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