EventData()
Syntax
Data = EventData()Description
Get the data associated with the current event. The event needs to be a custom event sent with PostEvent().
Parameters
None.
Return value
Returns the value associated with the current event. If the current event isn't a custom event sent with PostEvent(), this value is undefined.
See Also
PostEvent(), WindowEvent()
Supported OS
All