Skip to main content
Version: 3.5

TabControlAction

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Defines values representing TabControl events.

public enum TabControlAction : Enum

Fields

NameDescription
ClosedRepresents the TabClosed event.
ClosingRepresents the TabClosing event.
DeselectedRepresents the Deselected event.
DeselectingRepresents the Deselecting event.
MovedRepresents the TabMoved event.
SelectedRepresents the Selected event.
SelectingRepresents the Selecting event.
VisibilityChangedRepresents the TabVisibilityChanged event.

Used By

NameDescription
TabControlCancelEventArgs.ActionReturns a value indicating which event is occurring.
TabControlEventArgs.ActionReturns a value indicating which event is occurring.