Gets the TabPage the event is occurring for.
Namespace: MindFusion.UI.Web Assembly: MindFusion.UI.Web
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
|