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
sender
objectThe source of the event.
e
CustomDrawEventArgsA
CustomDrawEventArgs
that contains the event data.