Table of Contents

Delegate DrawUserMarginEvent

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

Represents a method that will handle the SyntaxEdit.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.