attrChange property

Gets a value that indicates what type of change occurred.

 

Syntax

HRESULT value = object.get_attrChange(* 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

IDOMMutationEvent::attrName

IDOMMutationEvent::newValue

IDOMMutationEvent::prevValue

IDOMMutationEvent::relatedNode