Delegate DrawUserMarginEvent
Represents a method that will handle the SyntaxEdit.DrawUserMargin
, EditPages.DrawHeader
event.
public delegate void DrawUserMarginEvent(object sender, DrawUserMarginEventArgs e)
Parameters
sender
objectThe source of the event.
e
DrawUserMarginEventArgsA
DrawUserMarginArgs
that contains the event data.