Delegate CustomDrawEvent
Represents a method that will handle the SyntaxPaint.CustomDraw, SyntaxEdit.CustomDraw or CodeCompletionHint.CustomDraw events.
public delegate void CustomDrawEvent(object sender, CustomDrawEventArgs e)
Parameters
senderobjectThe source of the event.
eCustomDrawEventArgsA
CustomDrawEventArgsthat contains the event data.