Table of Contents

Delegate DrawUserMarginEvent

Namespace
Alternet.Editor.Wpf
Assembly
Alternet.Editor.Wpf.v9.dll

Represents a method that will handle the TextEditor.DrawUserMargin, EditPages.DrawHeader event.

public delegate void DrawUserMarginEvent(object sender, DrawUserMarginEventArgs e)

Parameters

sender object

The source of the event.

e DrawUserMarginEventArgs

A DrawUserMarginArgs that contains the event data.