'Declaration Public Function New( _ ByVal collectionView As DataGridCollectionViewBase, _ ByVal item As Object, _ ByVal index As Integer, _ ByVal cancel As Boolean _ )
'Usage Dim collectionView As DataGridCollectionViewBase Dim item As Object Dim index As Integer Dim cancel As Boolean Dim instance As New DataGridRemovingItemEventArgs(collectionView, item, index, cancel)
public DataGridRemovingItemEventArgs( DataGridCollectionViewBase collectionView, object item, int index, bool cancel )
Parameters
- collectionView
- The DataGridCollectionView from which the item is to be removed.
- item
- The item about to be removed.
- index
- The zero-based index at which the item is to be removed.
- cancel
- true if the process is to be canceled; false otherwise.