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