Serial port and GPS

OsmDldForm.menuCancel_Click Method 

Cancles download of the map

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

Parameters

sender
ignored
e
ignored

Remarks

Stops downloading maps through the chain: doStop, m_stopcb and closeOperation().

See Also

OsmDldForm Class | serial Namespace | closeOperation | doStop | m_stopcb