ReportViewer for WPF and Silverlight | ComponentOne
C1.WPF.ReportViewer Namespace / DocumentSource Class / OnRequestNavigate Method
The RequestNavigateEventArgs instance containing the event data.

In This Topic
    OnRequestNavigate Method (DocumentSource)
    In This Topic
    Raises the internal RequestNavigate event.
    Syntax
    'Declaration
     
    Protected Sub OnRequestNavigate( _
       ByVal args As RequestNavigateEventArgs _
    ) 
    protected void OnRequestNavigate( 
       RequestNavigateEventArgs args
    )

    Parameters

    args
    The RequestNavigateEventArgs instance containing the event data.
    See Also