C# 클래스 Gablarski.Clients.Input.CommandStateChangedEventArgs

Provides data for the IInputProvider.CommandStateChanged event.
상속: System.EventArgs
파일 보기 프로젝트 열기: ermau/Gablarski 1 사용 예제들

공개 메소드들

메소드 설명
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