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


IEditTask.Deactivate Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Editor > ESRI.ArcGIS.Editor > Interfaces > IE > IEditTask Interface > IEditTask.Deactivate Method
ArcGIS Developer Help

IEditTask.Deactivate Method

Called by the editor when the task becomes inactive.

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

Product Availability

Available with ArcGIS Desktop.

Remarks

Deactivate is the last method called when a edit task completes, use it to perform code clean-up.

See Also

IEditTask Interface | IEditTask Interface | IEditSketch Interface | IExtension Interface