Table of Contents

Delegate CustomDrawEvent

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

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 object

The source of the event.

e CustomDrawEventArgs

A CustomDrawEventArgs that contains the event data.