This document is archived and information here might be outdated.  Recommended version.


IToolPositionCallback.Deactivated Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Controls > ESRI ArcGIS Controls > Interfaces > IT > IToolPositionCallback Interface > IToolPositionCallback.Deactivated Method
ArcGIS Developer Help

IToolPositionCallback.Deactivated Method

Tool to no longer be the active tool.

[Visual Basic .NET]
Public Sub Deactivated ( _
)
[C#]
public void Deactivated (
);
[C++]
HRESULT Deactivated(
void
);

Product Availability

Available with ArcGIS Engine.

See Also

IToolPositionCallback Interface