Name | Description | |
---|---|---|
![]() | Cancel | Gets or sets a value indicating whether the process is to be canceled. (Inherited from Xceed.Wpf.DataGrid.DataGridItemCancelEventArgs) |
![]() | 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. (Inherited from Xceed.Wpf.DataGrid.DataGridItemHandledEventArgs) |
![]() | Index | Gets or sets the index at which the item is to be inserted. |
![]() | Item | Gets the item to add to or remove from the CollectionView. (Inherited from Xceed.Wpf.DataGrid.DataGridItemEventArgs) |
![]() | NewCount | Gets or sets the new item count. |