CreateEventObject method

Creates a new event object.

Syntax

HRESULT retVal = object.CreateEventObject(ppEventObject);

Parameters

Remarks

The event object created by this method recognizes the current mouse position and keyboard information. A Dynamic HTML (DHTML) behavior can use this event object to fire its own custom event and pass additional information.