C# Class Gablarski.Clients.Input.CommandStateChangedEventArgs

Provides data for the IInputProvider.CommandStateChanged event.
Inheritance: System.EventArgs
Show file Open project: ermau/Gablarski Class Usage Examples

Public Methods

Method Description
CommandStateChangedEventArgs ( Command command, object state ) : System

Initializes a new instance of the CommandStateChangedEventArgs class.

Method Details

CommandStateChangedEventArgs() public method

Initializes a new instance of the CommandStateChangedEventArgs class.
public CommandStateChangedEventArgs ( Command command, object state ) : System
command Command The command that's state has changed.
state object The new state of the .
return System