TabControlAction

Wisej.Web.TabControlAction

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Defines values representing TabControl events.

public enum TabControlAction : Enum

Fields

NameDescription

Closed

Represents the TabClosed event.

Closing

Represents the TabClosing event.

Deselected

Represents the Deselected event.

Deselecting

Represents the Deselecting event.

Moved

Represents the TabMoved event.

Selected

Represents the Selected event.

Selecting

Represents the Selecting event.

VisibilityChanged

Represents the TabVisibilityChanged event.

Used By

NameDescription

Returns a value indicating which event is occurring.

Returns a value indicating which event is occurring.

Last updated