MobileForms Toolkit Documentation

SelectionChangingEventArgs Properties

The properties of the SelectionChangingEventArgs class are listed below. For a complete list of SelectionChangingEventArgs class members, see the SelectionChangingEventArgs Members topic.

Public Instance Properties

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.

See Also

SelectionChangingEventArgs Class | Resco.Controls.SmartGrid Namespace