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


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

AfterDrawEventHandler Delegate

Represents the method that handles the AfterDraw event.
[Visual Basic .NET]
Public Delegate Sub AfterDrawEventHandler ( _
    ByVal Display As IDisplay, _
    ByVal phase As esriViewDrawPhase _
)
[C#]
public delegate void AfterDrawEventHandler (
    IDisplay Display,
    esriViewDrawPhase phase
);