Error processing SSI file
LEADTOOLS JavaScript (Leadtools.Controls)

EventsSource Property

Show in webframe
Events source control or HTML element.
Syntax
get_eventsSource();
Object.defineProperty('eventsSource');

Property Value

TypeDescription
ElementThe events source control HTML element.
Remarks

This is the same value set in the eventsSource parameter to the Create method. The events of this control will be subscribed to and converted from raw mouse and touch to the common events mentioned above. Required and must be a valid control or HTML element on the page.

See Also

Reference

InteractiveService Object
InteractiveService Members

Error processing SSI file