C# Class mcp.Graphs.InfoPointSelectedEventArgs

Inheritance: System.EventArgs
Exibir arquivo Open project: MarkPaxton/SensorShare3 Class Usage Examples

Public Properties

Property Type Description
SelectedInfoPoints List

Public Methods

Method Description
InfoPointSelectedEventArgs ( List selectedPoints ) : System

Method Details

InfoPointSelectedEventArgs() public method

public InfoPointSelectedEventArgs ( List selectedPoints ) : System
selectedPoints List
return System

Property Details

SelectedInfoPoints public_oe property

public List SelectedInfoPoints
return List