Click or drag to resize
BindingStateChangedHandler Delegate
Handler for StateChanged event

Namespace: Codolith.InputManager
Assembly: Codolith.InputManager (in Codolith.InputManager.dll) Version: 1.0.5438.34543
Syntax
C#
public delegate void StateChangedHandler(
	Binding sender,
	bool oldState,
	bool newState
)

Parameters

sender
Type: Codolith.InputManagerBinding
Binding that triggered the event
oldState
Type: SystemBoolean
Old state
newState
Type: SystemBoolean
New state
See Also