ASP.NET Pack Programmer's Guide
TabControlEventArgs Constructor
See Also
 

Initializes a new instance of the TabControlEventArgs class.

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

 Syntax

C#  Copy Code

public TabControlEventArgs (
    TabControlAction action,
    TabPage page,
    int index
)

Visual Basic  Copy Code

Public New ( _
    action As TabControlAction, _
    page As TabPage, _
    index As Integer _
)

 Parameters

action

Type: TabControlAction
One of the TabControlAction values.

page

Type: TabPage
The TabPage the event is occurring for.

index

Type: Int32
The zero-based index of tabPage in the TabControl.Tabs collection.

 See Also

TabControlEventArgs Class
MindFusion.UI.WebForms Namespace