TabControlAction
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Defines values representing TabControl events.
- C#
- VB.NET
public enum TabControlAction : Enum
Public Enum TabControlAction As [Enum]
Fields
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| TabControlCancelEventArgs.Action | Returns a value indicating which event is occurring. |
| TabControlEventArgs.Action | Returns a value indicating which event is occurring. |