ASP.NET Pack Programmer's Guide
TabControlEventArgs.Action Property
See Also
 





Gets a value indicating which event is occurring.

Namespace: MindFusion.UI.WebForms
Package: MindFusion.UI.WebForms

 Syntax

C#  Copy Code

public TabControlAction Action { get; set; }

Visual Basic  Copy Code

Public Property Action As TabControlAction

 Property Value

Type: TabControlAction
One of the TabControlAction Enumeration values that specifies which event is occurring.

 See Also

TabControlEventArgs Members
TabControlEventArgs Class
MindFusion.UI.WebForms Namespace