Codolith Input Manager
Codolith Input Manager
Codolith.InputManager
Binding Class
Binding.StateChangedHandler Delegate
Binding.ValueChangedHandler Delegate
BindingGroup Class
BindingType Enumeration
InputManager Class
Binding
StateChangedHandler Delegate
Handler for StateChanged event
Namespace:
Codolith.InputManager
Assembly:
Codolith.InputManager (in Codolith.InputManager.dll) Version: 1.0.5438.34543
Syntax
C#
Copy
public
delegate
void
StateChangedHandler
(
Binding
sender
,
bool
oldState
,
bool
newState
)
Parameters
sender
Type:
Codolith.InputManager
Binding
Binding that triggered the event
oldState
Type:
System
Boolean
Old state
newState
Type:
System
Boolean
New state
See Also
Reference
Codolith.InputManager Namespace