Core Library for WPF | ComponentOne
C1.WPF.Core Namespace / C1ScrollViewer Class / OnViewChanging Method
The C1ScrollViewerViewChangingEventArgs instance containing the event data.

In This Topic
    OnViewChanging Method
    In This Topic
    Raises the ViewChanging event.
    Syntax
    'Declaration
     
    
    Protected Sub OnViewChanging( _
       ByVal e As C1ScrollViewerViewChangingEventArgs _
    ) 
    protected void OnViewChanging( 
       C1ScrollViewerViewChangingEventArgs e
    )

    Parameters

    e
    The C1ScrollViewerViewChangingEventArgs instance containing the event data.
    See Also