The properties of the SelectionChangingEventArgs class are listed below. For a complete list of SelectionChangingEventArgs class members, see the SelectionChangingEventArgs Members topic.
Cancel (inherited from CancelEventArgs) | Gets or sets a value indicating whether the event should be canceled. |
NewActiveColumnIndex | Returns an index of a column that is going to be active. |
NewActiveRowIndex | Returns an index of a row that is going to be active. |
OldActiveColumnIndex | Returns an index of a column that is now active. |
OldActiveRowIndex | Returns an index of a row that is now active. |
SelectionChangingEventArgs Class | Resco.Controls.SmartGrid Namespace