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


AfterDrawSketchEventHandler Delegate (ArcObjects .NET 10.8 SDK)
ArcGIS Developer Help    

AfterDrawSketchEventHandler Delegate

Represents the method that handles the AfterDrawSketch event.
[Visual Basic .NET]
Public Delegate Sub AfterDrawSketchEventHandler ( _
    ByVal pDpy As IDisplay _
)
[C#]
public delegate void AfterDrawSketchEventHandler (
    IDisplay pDpy
);