MindFusion.UI for WebForms Programmer's Guide

TabEventArgs.getTab Method

See Also
 



Gets the TabPage object associated with the event.

Namespace: MindFusion.UI.Web
Assembly: EventArgs.js

 Syntax

JavaScript  Copy Code

function getTab ()

 Return Value

Type: TabPage
The TabPage object associated with the event.

 See Also