BookmarkNavigationEventHandler Delegate
Visual Studio 2005
Represents the method that will handle the BookmarkNavigation event of a ReportViewer.
Namespace: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (in microsoft.reportviewer.winforms.dll)
Assembly: Microsoft.ReportViewer.WinForms (in microsoft.reportviewer.winforms.dll)
public delegate void BookmarkNavigationEventHandler ( Object sender, BookmarkNavigationEventArgs e )
/** @delegate */ public delegate void BookmarkNavigationEventHandler ( Object sender, BookmarkNavigationEventArgs e )
JScript supports the use of delegates, but not the declaration of new ones.
Parameters
- sender
The object that raised the event.
- e
A BookmarkNavigationEventArgs object that contains the event arguments.
For more information about handling events, see Consuming Events.