Delegate BookmarkClickEvent
- Namespace
- Alternet.Editor.TextSource
- Assembly
- Alternet.Editor.v10.dll
Represents a method that will handle the IBookMarks.Click and IBookMarks.DoubleClick events.
public delegate void BookmarkClickEvent(object sender, BookmarkClickEventArgs e)
Parameters
senderobjectThe source of the event.
eBookmarkClickEventArgsA
BookmarkClickEventArgsthat contains the event data.