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
- Document Object Model (DOM) Level 3 Events Specification, Section 5.2.8
See also
Reference