Core Library for WPF | ComponentOne
C1.WPF.Core Namespace / C1ScrollViewer Class / OnViewChanged(C1ScrollViewerViewChangedEventArgs) Method
The C1ScrollViewerViewChangedEventArgs instance containing the event data.

In This Topic
    OnViewChanged(C1ScrollViewerViewChangedEventArgs) Method
    In This Topic
    Raises the ViewChanged event.
    Syntax
    'Declaration
     
    
    Protected Sub OnViewChanged( _
       ByVal e As C1ScrollViewerViewChangedEventArgs _
    ) 
    protected void OnViewChanged( 
       C1ScrollViewerViewChangedEventArgs e
    )

    Parameters

    e
    The C1ScrollViewerViewChangedEventArgs instance containing the event data.
    See Also