ArcObjects Library Reference (Editor)  

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