MindFusion.UI for WebForms Programmer's Guide

TabControlEventArgs.Action Property

See Also
 





Gets a value indicating which event is occurring.

Namespace: MindFusion.UI.Web
Assembly: MindFusion.UI.Web

 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