ArcGIS Developer Help  (ESRI.ArcGIS.Carto)  

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
);