prevValue property

[This documentation is preliminary and is subject to change.]

Gets the previous value of the attribute or text node.

Document Object Model (DOM) Level 3 Events Specification, Section 5.2.8Internet Explorer 9

Syntax

HRESULT value = object.get_prevValue(BSTR* p);

Property values

Type: BSTR

The previous value.

Standards information

Remarks

The prevValue property indicates the previous value of an attribute node during a DOMAttrModified event, or the previous text in a character node during a DOMCharacterDataModified event.

See also

newValue

 

 

Build date: 1/23/2012