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