PageNavigationEventHandler Delegate

 

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

Remarks

For more information about handling events, see NIB: Consuming Events.

See Also

Microsoft.Reporting.WinForms Namespace

Return to top