This topic has not yet been rated - Rate this topic

prevValue property

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(* p);

Property values

Type: BSTR

The previous value.

Standards information

Remarks

The IDOMMutationEvent::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

IDOMMutationEvent::newValue

 

 

Build date: 11/12/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.