EaxMapBox.OnTerritoryClick

Syntax

Sub EaxMapBox1OnTerritoryClick(Sender: Object; Args: IEaxMapBoxTerritoryEventArgs);
Begin
    
// set of operators;
End Sub EaxMapBox1OnTerritoryClick;

Parameters

Sender. Parameter returning the component that has generated the event.

Args. Parameter allowing to determine event parameters.

Description

The OnTerritoryClick event occurs on clicking on any region of the map.

Example

The example of use is given in description of the IEaxMapBoxTerritoryEventArgs.Territory property.

See also:

EaxMapBox