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