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