TTMSFNCCustomWEBControlEventData Class
Describes a DOM event subscription that the web control monitors, associating an HTML element ID with the event name that triggers a callback.
API unit family: TMSFNCCustomWEBControl
Inherits from: TPersistent
Syntax
TTMSFNCCustomWEBControlEventData = class(TPersistent)
Properties
| Name | Description |
|---|---|
| CustomData | Application-defined data string associated with this event subscription. |
| EventName | DOM event name to listen for on the element identified by ID, such as click or change. |
| ID | HTML element ID of the DOM element whose event is being monitored. |