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