Name | Description | |
---|---|---|
DataGridItemHandledEventArgs Constructor | Initializes a new instance of the DataGridtemHandledEventArgs class specifying the item and the collection view to which it is to be added or removed. |
The following tables list the members exposed by DataGridItemHandledEventArgs.
Name | Description | |
---|---|---|
DataGridItemHandledEventArgs Constructor | Initializes a new instance of the DataGridtemHandledEventArgs class specifying the item and the collection view to which it is to be added or removed. |
Name | Description | |
---|---|---|
CollectionView | Gets the DataGridCollectionView to which the item will potentially be added or removed. (Inherited from Xceed.Wpf.DataGrid.DataGridItemEventArgs) | |
Handled | Gets or sets a value that indicates whether the event handler has completely handled the event or whether the system should continue its own processing. | |
Item | Gets the item to add to or remove from the CollectionView. (Inherited from DataGridItemEventArgs) |