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