Name | Description | |
---|---|---|
DataGridItemRemovedEventArgs Constructor | Initializes a new instance of the DataGridtemRemovedEventArgs class specifying the item and the collection view from which it was removed. |
The following tables list the members exposed by DataGridItemRemovedEventArgs.
Name | Description | |
---|---|---|
DataGridItemRemovedEventArgs Constructor | Initializes a new instance of the DataGridtemRemovedEventArgs class specifying the item and the collection view from which it was removed. |
Name | Description | |
---|---|---|
CollectionView | Gets the DataGridCollectionView to which the item will potentially be added or removed. (Inherited from Xceed.Wpf.DataGrid.DataGridItemEventArgs) | |
Index | Gets the index at which the item was removed. | |
Item | Gets the item to add to or remove from the CollectionView. (Inherited from DataGridItemEventArgs) |