TabControlSelectedTabIndexChanging Event

Occurs when the value of SelectedTabIndexChanging property value is about to be changed.

Definition

Namespace: BeeMobile.ToolBar
Assembly: BeeMobile.ToolBar.NET48 (in BeeMobile.ToolBar.NET48.dll) Version: 4.8.3.5
C#
public event IndexChangingEventHandler SelectedTabIndexChanging

Value

IndexChangingEventHandler

Remarks

Notice that this event is handled by CancelEventHandler. Therefore, you can cancel the change of the value of [!:SelectedToolIndex] property.

See Also