MindFusion.UI for WebForms Programmer's Guide

TabChangedEventArgs Constructor

See Also
 



Initializes a new instance of the TabChangedEventArgs class.

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

 Syntax

JavaScript  Copy Code

function TabChangedEventArgs (args)

 Parameters

args

Type: Object
The arguments passed to handler of activeTabChanged event.

 See Also