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


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

AfterItemDrawEventHandler Delegate

Represents the method that handles the AfterItemDraw event.
[Visual Basic .NET]
Public Delegate Sub AfterItemDrawEventHandler ( _
    ByVal Index As Short, _
    ByVal Display As IDisplay, _
    ByVal phase As esriDrawPhase _
)
[C#]
public delegate void AfterItemDrawEventHandler (
    short Index,
    IDisplay Display,
    esriDrawPhase phase
);