EditKind Enum

Definition

public enum class EditKind
public enum EditKind
type EditKind = 
Public Enum EditKind
Inheritance
EditKind

Fields

Delete 3

Node was deleted.

Insert 2

Node was inserted.

Move 4

Node changed parent.

None 0

No change.

Reorder 5

Node changed position within its parent. The parent nodes of the old node and the new node are matching.

Update 1

Node value was updated.

Applies to