TabControlSelectionChangedEventArgs Properties
Provides data for the DXTabControl.SelectionChanged event.
Name | Description |
---|---|
New |
Gets the index of the currently selected tab item. |
New |
Gets a data item that corresponds to the currently selected tab item. |
Old |
Gets the index of the previously selected tab item. |
Old |
Gets a data item that corresponds to the previously selected tab item. |
See Also