C# 클래스 SensorShare.GraphChagedEventArgs

상속: System.EventArgs
파일 보기 프로젝트 열기: MarkPaxton/SensorShare3 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
EndTime System.DateTime
FollowingTime bool
Width int

공개 메소드들

메소드 설명
GraphChagedEventArgs ( System.DateTime endTime, int width, bool follow ) : System

메소드 상세

GraphChagedEventArgs() 공개 메소드

public GraphChagedEventArgs ( System.DateTime endTime, int width, bool follow ) : System
endTime System.DateTime
width int
follow bool
리턴 System

프로퍼티 상세

EndTime 공개적으로 프로퍼티

public DateTime,System EndTime
리턴 System.DateTime

FollowingTime 공개적으로 프로퍼티

public bool FollowingTime
리턴 bool

Width 공개적으로 프로퍼티

public int Width
리턴 int