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


IEngineEditEvents.OnSketchModified Event (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Controls > ESRI ArcGIS Controls > Interfaces > IE > IEngineEditEvents Interface > IEngineEditEvents.OnSketchModified Event
ArcGIS Developer Help

IEngineEditEvents.OnSketchModified Event

Fires when the edit sketch is modified.

[Visual Basic .NET]
Public Event OnSketchModified As OnSketchModifiedEventHandler
[C#]
public event OnSketchModifiedEventHandler OnSketchModified
[C++]
HRESULT OnSketchModified(
void
);

Product Availability

Available with ArcGIS Engine.

Description

The OnSketchModified event is fired whenever sketch vertices are deleted, added, or moved during an edit session.

See Also

IEngineEditEvents Interface