C# Класс Gablarski.Clients.Input.CommandStateChangedEventArgs

Provides data for the IInputProvider.CommandStateChanged event.
Наследование: System.EventArgs
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
CommandStateChangedEventArgs ( Command command, object state ) : System

Initializes a new instance of the CommandStateChangedEventArgs class.

Описание методов

CommandStateChangedEventArgs() публичный Метод

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 .
Результат System