Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents the method that will handle the PageNavigation event of a ReportViewer.
Namespace: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (in Microsoft.ReportViewer.WinForms.dll)
Syntax
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
Public Delegate Sub PageNavigationEventHandler (
sender As Object,
e As PageNavigationEventArgs
)
Parameters
sender
Type: System.ObjectThe object that raised the event.
e
Type: Microsoft.Reporting.WinForms.PageNavigationEventArgsA PageNavigationEventArgs object that contains the arguments for this event.
Remarks
For more information about handling events, see NIB: Consuming Events.
See Also
Microsoft.Reporting.WinForms Namespace
Return to top