Retrieves a long expression that specifies the identifier of the event.
Type
Description
Long
A Long expression that defines the identifier of the OLE event.
The identifier of the event could be used to identify a
specified OLE event. Use the Name property of
the OLE Event to get the name of the OLE Event. Use the ToString
property to display information about an OLE event. The ToString property
displays the idenfier of the event after the name of the event in two []
brackets. For instance, the ToString property gets the "KeyDown[-602](KeyCode/Short* = 9,Shift/Short = 0)"
when TAB key is pressed, so the identifier of the KeyDown event being fired by
the inside User editor is -602.