Uwaga
Dostęp do tej strony wymaga autoryzacji. Może spróbować zalogować się lub zmienić katalogi.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Represents the method that will handle the BookmarkNavigation event of a ReportViewer.
Namespace: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in microsoft.reportviewer.webforms.dll)
Syntax
'Declaration
Public Delegate Sub BookmarkNavigationEventHandler ( _
sender As Object, _
e As BookmarkNavigationEventArgs _
)
'Usage
Dim instance As New BookmarkNavigationEventHandler(AddressOf HandlerMethod)
public delegate void BookmarkNavigationEventHandler (
Object sender,
BookmarkNavigationEventArgs e
)
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.
Remarks
For more information about handling events, see Consuming Events.