eventsSource Property

Summary

Events source control or HTML element.

Syntax

JavaScript Syntax
Object.defineProperty(InteractiveService.prototype, 'eventsSource', 
	get: function() 
) 
TypeScript Syntax
eventsSource: HTMLElement; // read-only 

Property Value

The 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.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls Assembly