IDOMUIEvent interface
Provides properties and methods that are common to UIevents.
Members
The IDOMUIEvent interface inherits from the IDispatch interface. IDOMUIEvent also has these types of members:
- Methods
- Properties
Methods
The IDOMUIEvent interface has these methods.
Method | Description |
---|---|
initUIEvent | Initializes a new user interface event that the IDocumentEvent::createEvent method created. |
Properties
The IDOMUIEvent interface has these properties.
Property | Description |
---|---|
Gets additional information about an event. |
|
Gets the window object that an event is generated from. |
Remarks
UI event properties are also part of IDOMFocusEvent, IDOMKeyboardEvent, and IDOMMouseEvent events.
Requirements
Minimum supported client |
Windows Vista with SP1, Windows 7 |
Minimum supported server |
Windows Server 2008 R2 |
Header |
Mshtml.h |
IDL |
Mshtml.idl |
DLL |
Mshtml.dll |
See also
Reference