C# 클래스 F1Publisher.DataGenerators.CarButtonEventArgs

상속: System.EventArgs
파일 보기 프로젝트 열기: pushtechnology/blog-steering-wheel 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Button CarButtons
On bool

공개 메소드들

메소드 설명
CarButtonEventArgs ( CarButtons button, bool on ) : System

메소드 상세

CarButtonEventArgs() 공개 메소드

public CarButtonEventArgs ( CarButtons button, bool on ) : System
button CarButtons
on bool
리턴 System

프로퍼티 상세

Button 공개적으로 프로퍼티

public CarButtons Button
리턴 CarButtons

On 공개적으로 프로퍼티

public bool On
리턴 bool