Fired after the bookmark has been selected. If the cancel flag of this event gets set, the actions that are associated with this bookmark will not be executed.

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<BookmarkEventArgs> AfterBookmarkSelected
Visual Basic
Public Event AfterBookmarkSelected As EventHandler(Of BookmarkEventArgs)

See Also