Delegate DrawUserMarginEvent
Represents a method that will handle the TextEditor.DrawUserMargin, EditPages.DrawHeader event.
public delegate void DrawUserMarginEvent(object sender, DrawUserMarginEventArgs e)
Parameters
senderobjectThe source of the event.
eDrawUserMarginEventArgsA
DrawUserMarginArgsthat contains the event data.