MindFusion.UI for WebForms Programmer's Guide

ValueChangedEventArgs Constructor

See Also
 



Initializes a new instance of the ValueChangedEventArgs class.

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

 Syntax

JavaScript  Copy Code

function ValueChangedEventArgs (args)

 Parameters

args

Type: Object
The arguments passed to handlers of valueChanged event.

 See Also