Table of Contents

Enum VariableChangeSource

Namespace
LfrlAnvil.Reactive.State
Assembly
LfrlAnvil.Reactive.State.dll

Represents a source of variable's value change.

public enum VariableChangeSource : byte

Fields

Change = 0

Specifies manual change invocation.

ChildNode = 5

Specifies child node change.

Refresh = 2

Specifies variable refresh.

Reset = 3

Specifies variable reset.

SetReadOnly = 4

Specifies variable read-only change.

TryChange = 1

Specifies manual change attempt invocation.