attrChange property

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

Gets a value that indicates what type of change occurred.

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

Syntax

HRESULT value = object.get_attrChange(unsigned short* p);

Property values

Type: unsigned short

MODIFICATION (0x0001)

The attribute was modified.

ADDITION (0x0002)

The attribute was added.

REMOVAL (0x0003)

The attribute was deleted.

Standards information

See also

Reference

attrName

newValue

prevValue

relatedNode

 

 

Build date: 1/23/2012