Gets the changed properties of the control, associated with the event.
Namespace: MindFusion.Common.UI
File: EventArgs.js
SyntaxJavaScript
Copy Code
|
|---|
get changes() {} |
Object. An object containing the changed properties.
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) |
See Also