SelectionChangingEventArgs Properties
Contains data for the SelectionChanging event.| Name | Description |
|---|---|
| Action | Gets an action that describes how the collection of selected rows is about to change. |
| Cancel | Gets or sets a value indicating whether the event should be canceled. Inherited from CancelEventArgs. |
| ControllerRow | Gets the processed row handle. |
See Also