Fires after the edit sketch is drawn.
[Visual Basic 6.0] Event OnAfterDrawSketch(
ByVal Display As IDisplay _
)
[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.