CreateEventObject method

Creates a new event object.

Syntax


HRESULT retVal = object.CreateEventObject(ppEventObject);

Parameters

ppEventObject [out, retval]

Type: IHTMLEventObj

A pointer to an IHTMLEventObj interface.

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.

 

 

Show: