C# Class SensorShare.GraphChagedEventArgs

Inheritance: System.EventArgs
Afficher le fichier Open project: MarkPaxton/SensorShare3 Class Usage Examples

Méthodes publiques

Свойство Type Description
EndTime System.DateTime
FollowingTime bool
Width int

Méthodes publiques

Méthode Description
GraphChagedEventArgs ( System.DateTime endTime, int width, bool follow ) : System

Method Details

GraphChagedEventArgs() public méthode

public GraphChagedEventArgs ( System.DateTime endTime, int width, bool follow ) : System
endTime System.DateTime
width int
follow bool
Résultat System

Property Details

EndTime public_oe property

public DateTime,System EndTime
Résultat System.DateTime

FollowingTime public_oe property

public bool FollowingTime
Résultat bool

Width public_oe property

public int Width
Résultat int