Notifies the task that the edit sketch has been deleted.
[Visual Basic .NET]
Public Sub OnDeleteSketch ( _
)
[C#] public void OnDeleteSketch ( );
Product Availability
Available with ArcGIS Desktop.
Remarks
OnDeleteSketch gives an edit task an opportunity to clean up any steps that were already completed. For example, if you had added any SketchOperation to the operation stack you may want to remove them.
See Also
IEditTask Interface | IEditTask Interface | IEditSketch Interface | IExtension Interface