Table of Contents

Delegate BookmarkClickEvent

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

Represents a method that will handle the IBookMarks.Click and IBookMarks.DoubleClick events.

public delegate void BookmarkClickEvent(object sender, BookmarkClickEventArgs e)

Parameters

sender object

The source of the event.

e BookmarkClickEventArgs

A BookmarkClickEventArgs that contains the event data.