TabControlSelectionChangingEventArgs Properties
Provides data for the DXTabControl.SelectionChanging event.
Name | Description |
---|---|
Cancel |
Gets or sets a value indicating whether the event should be canceled.
Inherited from Cancel |
New |
Gets the index of the tab item that is about to be selected. |
New |
Gets the tab item to be selected. |
Old |
Gets the index of the currently selected tab item. |
Old |
Gets the currently selected tab item. |
See Also