Specifies data for notification events, related to control changes.
Namespace: MindFusion.Common.UI
File: EventArgs.js
SyntaxJavaScript
Copy Code
|
|---|
// class |
ExampleThe following code handles the windowOpen event of the Window class.
JavaScript
Copy Code
|
|---|
var u = MindFusion.Common.UI; window.windowOpen.addEventListener(windowOpenEventHandler); function windowOpenEventHandler(sender, args) |
Inheritance HierarchyMindFusion.Common.UI.EventArgs![]()
MindFusion.Common.UI.ControlModifiedEventArgs
See Also