GridValidateRowDeletionEventArgs Constructors
Provides data for the ValidateRowDeletion event.| Name | Parameters | Description |
|---|---|---|
| GridValidateRowDeletionEventArgs(RoutedEvent, DataViewBase, IEnumerable<Int32>) | routedEvent, view, rowHandles | Initializes a new instance of the GridValidateRowDeletionEventArgs class with specified settings. |
See Also