Platform SDK: Web Telephony Engine

ExOM.Event Property

The Event property retrieves the Event object, which represents the state of an event.

Syntax

[ oEvent = ] ExOM.Event

Possible Values

oEvent
Reference to the Event object.

This property is read-only.

Example

The following example cancels the behavior of the default error handler:

<script For=MenuOwner Event=OnSelectionError>
     External.Event.returnValue = False
</script>

Remarks

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.

Requirements

  Windows NT/2000: Requires Windows 2000.
  Windows 95/98: Unsupported.
  Header: Declared in Mswtecom.idl and Mswtecom.h.
  Library: Use Mswtecom.lib.

See Also

ExOM