data property
Gets the data of the event.
Syntax
HRESULT value = object.get_data(* p);
Property values
Type: BSTR
The event data, or NULL.
If a user cancels a composition event, the IDOMTextEvent::data attribute is set to NULL on the final compositionupdate
event.