Table of Contents

TTMSFNCWXContainerBaseEvent Event Type

Event signature used to notify the application that an HTML element raised an event in the hosted web content. Provides the event payload captured from the browser.

API unit family: TMSFNCWXContainer

Parameters

Name Description
Sender The object that triggered the notification, typically the container control or the action that matched the incoming event.
AEventData Carries the details of the browser event, such as the element id, the event name, and any returned value. Inspect this object to react to the event; do not free it.