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