Table of Contents

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 = 1

No attribute was modified, added nor removed.

Modification = 1

The attribute was modified in place.

Addition = 2

The attribute was just added.

Removal = 3

The attribute was just removed.