Engine4ToolAdapter.OnConnect Method
Called when the tool is connected to a map control.
Thread safety: This property is not thread-safe.
OnConnect(System.Object control, View view)
Called when the tool is connected to a map control.Syntax
public virtual void OnConnect (
System.Object control,
View view
)
Parameters
control
Type: System.Object
The control that the tool has been connected to.
The control that the tool has been connected to.
view
Type: View
The view displayed by the control.
The view displayed by the control.
Remarks
If you override this method you must call the base class implementation before you do anything else.
Platforms
Windows