Represents a dispatcher for an event.
Namespace: MindFusion.Common
File: EventDispatcher.js
SyntaxJavaScript
Copy Code
|
|---|
// class |
RemarksThis is the base class for all events raised by UI controls.
ExampleThe following code handles the controlUnload method of the Window control.
JavaScript
Copy Code
|
|---|
// Handle the controlUnload event. // This is the handler function of the wndow1.controlUnload event. } |
Inheritance HierarchyMindFusion.Common.EventDispatcher
See Also