newValue property

Gets the new value of the attribute or text node.

 

Syntax

HRESULT value = object.get_newValue(* p);

Property values

Type: BSTR

The new value.

Standards information

Remarks

The IDOMMutationEvent::newValue property indicates the new value of an attribute node during a DOMAttrModified event, or the new text in a character node during a DOMCharacterDataModified event.

See also

IDOMMutationEvent::prevValue