Enum AttrChangeType
- Namespace
- SharpVectors.Dom.Events
- Assembly
- SharpVectors.Core.dll
An integer indicating in which way the attribute was changed.
public enum AttrChangeType : ushort
Fields
None = 1No attribute was modified, added nor removed.
Modification = 1The attribute was modified in place.
Addition = 2The attribute was just added.
Removal = 3The attribute was just removed.