Property AttrChange
- Namespace
- SharpVectors.Dom.Events
- Assembly
- SharpVectors.Core.dll
AttrChange
attrChange
indicates the type of change which triggered
the DOMAttrModified event. The values can be
AttrChangeType.Modification,
AttrChangeType.Addition,
or
AttrChangeType.Removal.
AttrChangeType AttrChange { get; }