Sub OnTerritoryClick(Sender: Object; Args: IMapBoxTerritoryEventArgs);
Begin
//set of operators;
End Sub OnTerritoryClick;
Sender. The parameter that returns the component that generated the event.
Args. The parameter that enables the user to determine event parameters.
The OnTerritoryClick event occurs when clicking on any map area with the mouse button.
See also: