MindFusion.UI for WebForms Programmer's Guide

ItemChangedEventArgs Constructor

See Also
 



Initializes a new instance of the ItemChangedEventArgs class.

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

 Syntax

JavaScript  Copy Code

function ItemChangedEventArgs (args)

 Parameters

args

Type: Object
The arguments passed to handler of Accordion's activeItemChanged event.

 See Also