This topic has not yet been rated - Rate this topic

data property

Gets the data of the event.

HTML5 A vocabulary and associated APIs for HTML and XHTML, Section 6.1Internet Explorer 9

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 IDOMTextEvent::data attribute is set to NULL on the final compositionupdate event.

 

 

Build date: 11/12/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.