|
GPS ToolKit.NET
GPSConnected Event
Triggered when a connection has been made with the GPS.
Syntax
[Visual Basic]
Private Sub myGPSToolKit_GPSConnected(ByVal sender As Object, ByVal e As System.EventArgs) Handles myGPSToolKit.GPSConnected
[C#]
private void GPSConnected(object sender, System.EventArgs e)
[C++]
System::Void GPSConnected(System::Object * sender, System::EventArgs * e)
Parameters
sender
A reference to the GPSToolKit object.
e
The arguments associated with the event.
Arguments
None
Remarks
This event is fired when a connection has been made with the GPS wither in NMEA 0183 or Garmin protocol mode
See Also
Open method | GPSDisconnected event
|