OsmDldForm.menuCancel_Click Method
Cancles download of the map
[Visual Basic]
Private Sub menuCancel_Click( _
ByVal
sender As
Object, _
ByVal
e As
EventArgs _
)
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