IDOMTextEvent interface
Provides specific contextual information that is associated with text events.
Members
The IDOMTextEvent interface inherits from the IDispatch interface. IDOMTextEvent also has these types of members:
Methods
The IDOMTextEvent interface has these methods.
| Method | Description |
|---|---|
| initTextEvent |
Initializes a new text event that the IDocumentEvent::createEvent method created. |
Properties
The IDOMTextEvent interface has these properties.
| Property | Description |
|---|---|
|
Gets the data of the event. | |
|
Gets a value that describes how text is entered. | |
|
Gets the locale name for the event. |
Remarks
Text events occur after compositionend events. For more information, see IDOMCompositionEvent::initCompositionEvent.
Requirements
|
Minimum supported client |
Windows Vista with SP1, Windows 7 |
|---|---|
|
Minimum supported server |
Windows Server 2008 R2 |
|
Header |
|
|
IDL |
|
|
DLL |
|
See also
Show: