Core Library for WPF | ComponentOne
C1.WPF.Core Namespace / C1ScrollViewer Class / ViewChanging Event

In This Topic
    ViewChanging Event
    In This Topic
    Occurs when manipulations such as scrolling and zooming cause the view to change.
    Syntax
    Event Data

    The event handler receives an argument of type C1ScrollViewerViewChangingEventArgs containing data related to this event. The following C1ScrollViewerViewChangingEventArgs properties provide information specific to this event.

    PropertyDescription
    Gets the view that the C1ScrollViewer will show next.  
    See Also