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





Gets the TabPage the event is occurring for.

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

 Syntax

C#  Copy Code

public TabPage TabPage { get; set; }

Visual Basic  Copy Code

Public Property TabPage As TabPage

 Property Value

Type: TabPage
The TabPage instance which the event is occurring for.

 See Also

TabControlEventArgs Members
TabControlEventArgs Class
MindFusion.UI.WebForms Namespace