Platform SDK: Web Telephony Engine |
The Event property of the ExOM object lets an application access the WTE private event object, which is similar to the Event object of Internet Explorer. The event object represents the state of an event, such as the element in which the event occurred.
The event object is available only during an event. That is, you can use it in event handlers but not in other code. Although all event properties are available to all event objects, some properties might not have meaningful values during some events.
For more information, see Handling Events. For more information about the Internet Explorer Event object, see the Web Workshop on the Microsoft Developer Network (MSDN) Web site.