Serial port and GPS

OsmDldForm.onClose Method 

Called while closing the form.

[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

Stores current values from controls into the configuration object.

See Also

OsmDldForm Class | serial Namespace | storecfg