TabControlSelectionChangedEventArgs Constructors
Provides data for the DXTabControl.SelectionChanged event.| Name | Parameters | Description |
|---|---|---|
| TabControlSelectionChangedEventArgs(Int32, Int32, Object, Object) | oldSelectedIndex, newSelectedIndex, oldSelectedItem, newSelectedItem | Initializes a new instance of the TabControlSelectionChangedEventArgs class. |
See Also