C# Class Gablarski.Clients.Input.CommandStateChangedEventArgs

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

Méthodes publiques

Méthode Description
CommandStateChangedEventArgs ( Command command, object state ) : System

Initializes a new instance of the CommandStateChangedEventArgs class.

Method Details

CommandStateChangedEventArgs() public méthode

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 .
Résultat System