Delegat BookmarkNavigationEventHandler
Represents the method that will handle the BookmarkNavigation event of a ReportViewer.
Przestrzeń nazw: Microsoft.Reporting.WinForms
Zestaw: Microsoft.ReportViewer.WinForms (w Microsoft.ReportViewer.WinForms.dll)
Składnia
'Deklaracja
Public Delegate Sub BookmarkNavigationEventHandler ( _
sender As Object, _
e As BookmarkNavigationEventArgs _
)
public delegate void BookmarkNavigationEventHandler(
Object sender,
BookmarkNavigationEventArgs e
)
public delegate void BookmarkNavigationEventHandler(
Object^ sender,
BookmarkNavigationEventArgs^ e
)
type BookmarkNavigationEventHandler =
delegate of
sender:Object *
e:BookmarkNavigationEventArgs -> unit
Język JScript nie obsługuje delegatów.
Parametry
- sender
Typ: Object
The object that raised the event.
- e
Typ: Microsoft.Reporting.WinForms.BookmarkNavigationEventArgs
A BookmarkNavigationEventArgs object that contains the event arguments.
Uwagi
For more information about handling events, see Używające zdarzeń.