This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Controls > ESRI ArcGIS Controls > Interfaces > IE > IEngineEditTask Interface > IEngineEditTask.OnDeleteSketch Method (ArcObjects .NET 10.4 SDK) |
Notifies the task that the edit sketch has been deleted.
[Visual Basic .NET]
Public Sub OnDeleteSketch ( _
)
[C#] public void OnDeleteSketch ( );
[C++]
HRESULT OnDeleteSketch(
void
);
OnDeleteSketch is fired when an edit sketch is deleted by the end user interactively calling the ControlsEditingSketchDeleteCommand or when the Delete key is pressed on the keyboard.
Use the OnDeleteSketch method to undo any steps completed during the edit sketch.