Udostępnij za pośrednictwem


Delegat PageNavigationEventHandler

Represents the method that will handle the PageNavigation event of a ReportViewer.

Przestrzeń nazw:  Microsoft.Reporting.WebForms
Zestaw:  Microsoft.ReportViewer.WebForms (w Microsoft.ReportViewer.WebForms.dll)

Składnia

'Deklaracja
Public Delegate Sub PageNavigationEventHandler ( _
    sender As Object, _
    e As PageNavigationEventArgs _
)
public delegate void PageNavigationEventHandler(
    Object sender,
    PageNavigationEventArgs e
)
public delegate void PageNavigationEventHandler(
    Object^ sender, 
    PageNavigationEventArgs^ e
)
type PageNavigationEventHandler = 
    delegate of 
        sender:Object * 
        e:PageNavigationEventArgs -> 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.WebForms