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


IEngineEditEvents.OnAfterDrawSketch Event (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Controls)  

IEngineEditEvents.OnAfterDrawSketch Event

Fires after the edit sketch is drawn.

[Visual Basic .NET]
Public Event OnAfterDrawSketch As OnAfterDrawSketchEventHandler
[C#]
public event OnAfterDrawSketchEventHandler OnAfterDrawSketch
[C++]
HRESULT OnAfterDrawSketch(
  IDisplay* Display
);
[C++]

Parameters Display [in]
Display is a parameter of type IDisplay

Product Availability

Available with ArcGIS Engine.

Description

The OnAfterDrawSketch event is fired whenever the edit sketch is modified during an edit session. For example, when a vertex is added to, moved or deleted from the edit sketch. It is also fired when the IEngineEditSketch::RefreshSketch method is called programmatically. 

See Also

IEngineEditEvents Interface