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