GridSelectionChangedEventArgs Properties
Provides data for the SelectionChanged event.
Name | Description |
---|---|
Action | Gets an action that specifies how the grid’s selection is changed. |
Controller |
Gets a handle of the row that is added or removed from the Grid |
Source | Gets the control that raised the event. |
See Also