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