MapBox.OnTerritoryClick

Syntax

Sub OnTerritoryClick(Sender: Object; Args: IMapBoxTerritoryEventArgs);

Begin

//set of operators;

End Sub OnTerritoryClick;

Parameters

The Sender parameter returns the component that has generated the event.

The Args parameter enables the user to determine event parameters.

Description

The OnTerritoryClick event occurs when clicking on any map area with the mouse button.

See also:

MapBox