Serial port and GPS

MapForm.onClose Method 

Event method called if the form is closed

[Visual Basic]
Private Sub onClose( _
   ByVal sender As Object, _
   ByVal e As EventArgs _
)
[C#]
private void onClose(
   object sender,
   EventArgs e
);

Parameters

sender
ignored
e
ignored

Remarks

Closes the map window, it it is presently opened and writes the current configuration.

See Also

MapForm Class | serial Namespace