Fired when a bookmark is shown for the first time in the bookmarks viewer or when the bookmark has changed. Handle this event to set a custom icon.

Namespace: TallComponents.Interaction.WinForms.Controls
Assembly: TallComponents.PDF.Controls.WinForms (in TallComponents.PDF.Controls.WinForms.dll) Version: 2.0.46.0

Syntax

C#
public event EventHandler<BookmarkIconEventArgs> SetBookmarkIcon
Visual Basic
Public Event SetBookmarkIcon As EventHandler(Of BookmarkIconEventArgs)

See Also