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.
- e
Typ: Microsoft.Reporting.WebForms.PageNavigationEventArgs
A PageNavigationEventArgs object that contains the arguments for this event.
Uwagi
For more information about handling events, see Używające zdarzeń.