ASP.NET Pack Programmer's Guide
AccordionEventArgs.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 applied to the control.

 See Also

AccordionEventArgs Members
AccordionEventArgs Class
MindFusion.UI.WebForms Namespace