'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