Specifies data for valueChanged events.
Namespace: MindFusion.Common.UI
File: EventArgs.js
SyntaxJavaScript
Copy Code
|
|---|
// class |
ExampleThe following code handles the valueChanged event of an ImagePicker:
JavaScript
Copy Code
|
|---|
var u = MindFusion.Common.UI; var imagePicker = u.ImagePicker(document.getElementById("image_picker")); function handleValueChanged(sender, args) |
Inheritance HierarchyMindFusion.Common.UI.EventArgs![]()
MindFusion.Common.UI.ValueChangedEventArgs
See Also