PDFView4NET WinForms Edition
SelectedBookmarkChanged Event




O2S.Components.PDFView4NET Namespace > PDFBookmarksView Class : SelectedBookmarkChanged Event
Gets or sets the event that is fired when the selected bookmark is changed.
Syntax
'Declaration
 
<CategoryAttribute("PDF")>
<DescriptionAttribute("The event that is fired when the selected bookmark changes")>
<DefaultValueAttribute("")>
Public Event SelectedBookmarkChanged As EventHandler
'Usage
 
Dim instance As PDFBookmarksView
Dim handler As EventHandler
 
AddHandler instance.SelectedBookmarkChanged, handler
[Category("PDF")]
[Description("The event that is fired when the selected bookmark changes")]
[DefaultValue("")]
public event EventHandler SelectedBookmarkChanged
[Category("PDF")]
[Description("The event that is fired when the selected bookmark changes")]
[DefaultValue("")]
public: __event EventHandler* SelectedBookmarkChanged
[Category("PDF")]
[Description("The event that is fired when the selected bookmark changes")]
[DefaultValue("")]
public:
event EventHandler^ SelectedBookmarkChanged
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PDFBookmarksView Class
PDFBookmarksView Members