MindFusion.UI for WebForms Programmer's Guide

TabControlEventArgs Constructor

See Also
 





Initializes a new instance of the TabControlEventArgs class.

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

 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