Udostępnij za pośrednictwem


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.

Uwagi

For more information about handling events, see Używające zdarzeń.

Zobacz też

Informacje

Przestrzeń nazw Microsoft.Reporting.WinForms