Represents a dispatcher for an event.
Namespace: MindFusion.Common
File: EventDispatcher.js
JavaScript Copy Code |
---|
// class |
This is the base class for all events raised by UI controls.
The 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. } |
MindFusion.Common.EventDispatcher