C# Class SensorShare.GraphChagedEventArgs

Inheritance: System.EventArgs
ファイルを表示 Open project: MarkPaxton/SensorShare3 Class Usage Examples

Public Properties

Property Type Description
EndTime System.DateTime
FollowingTime bool
Width int

Public Methods

Method Description
GraphChagedEventArgs ( System.DateTime endTime, int width, bool follow ) : System

Method Details

GraphChagedEventArgs() public method

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

Property Details

EndTime public_oe property

public DateTime,System EndTime
return System.DateTime

FollowingTime public_oe property

public bool FollowingTime
return bool

Width public_oe property

public int Width
return int