C# Class SensorShare.GraphChagedEventArgs

Inheritance: System.EventArgs
Show file 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 property

public DateTime,System EndTime
return System.DateTime

FollowingTime public property

public bool FollowingTime
return bool

Width public property

public int Width
return int