Raises an event.
Namespace: MindFusion.Controls
File: Control.js
JavaScript Copy Code |
---|
function raiseEvent (eventName, args, [element]) |
Type: String
String. The name of the event to raise.
Type: EventArgs
EventArgs. An instance of type EventArgs that holds data for the event specified with eventName.
Type: Object
Object. For internal use.