Platform SDK: Web Telephony Engine |
The Event property retrieves the Event object, which represents the state of an event.
[ oEvent = ] ExOM.Event
This property is read-only.
The following example cancels the behavior of the default error handler:
<script For=MenuOwner Event=OnSelectionError> External.Event.returnValue = False </script>
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.
Windows NT/2000: Requires Windows 2000.
Windows 95/98: Unsupported.
Header: Declared in Mswtecom.idl and Mswtecom.h.
Library: Use Mswtecom.lib.