MindFusion.UI for WebForms Programmer's Guide

TabPageEventArgs.TabPage Property

See Also
 





Gets the TabPage for which the event is raised.

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

 Syntax

C#  Copy Code

public TabPage TabPage { get; }

Visual Basic  Copy Code

Public ReadOnly Property TabPage As TabPage

 Property Value

Type: TabPage
The instance of the TabPage class the event is raised for.

 See Also