Delegate BookmarkClickEvent
Represents a method that will handle the IBookMarks.Click
and IBookMarks.DoubleClick
events.
public delegate void BookmarkClickEvent(object sender, BookmarkClickEventArgs e)
Parameters
sender
objectThe source of the event.
e
BookmarkClickEventArgsA
BookmarkClickEventArgs
that contains the event data.