VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Wpf.UI Namespace / WpfPdfFontViewerControl Class / OnScrollChanged(ScrollChangedEventArgs) Method
Syntax Requirements SeeAlso
In This Topic
    OnScrollChanged(ScrollChangedEventArgs) Method (WpfPdfFontViewerControl)
    In This Topic
    Invoked when a change in scrolling state is detected, such as a change in scroll position, extent, or viewport size.
    Syntax
    'Declaration
    
    Protected Overrides Sub OnScrollChanged( _
    ByVal e
    The System.Windows.Controls.ScrollChangedEventArgs that contain information about the change in the scrolling state.
    As System.Windows.Controls.ScrollChangedEventArgs _
    )
    protected override void OnScrollChanged(
    System.Windows.Controls.ScrollChangedEventArgs e
    )
    protected: void OnScrollChanged(
    System.Windows.Controls.ScrollChangedEventArgs* e
    ); override
    protected:
    void OnScrollChanged(
    System.Windows.Controls.ScrollChangedEventArgs^ e
    ); override

    Parameters

    e
    The System.Windows.Controls.ScrollChangedEventArgs that contain information about the change in the scrolling state.
    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also