Click or drag to resize
BindingState Property
Gives you the State of this Binding as bool. When set it checks if the State has changed and triggers the StateChanged event

Namespace: Codolith.InputManager
Assembly: Codolith.InputManager (in Codolith.InputManager.dll) Version: 1.0.5438.34543
Syntax
C#
public bool State { get; protected set; }

Property Value

Type: Boolean
true if state; otherwise, false.
See Also