ITouchTool.OnConnect Method
Called when a tool is connected to the map control.
Thread safety: This method does not have to be thread-safe, it will only be called by Carmenta Engine from the GUI thread.
OnConnect(System.Object control, View view)
Called when a tool is connected to the map control.Syntax
public void OnConnect (
System.Object control,
View view
)
Parameters
control
Type: System.Object
The MapControl the tool is connected to.
The MapControl the tool is connected to.
view
Type: View
The view in the map control.
The view in the map control.
Platforms
Windows, Linux, Android