VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Annotation.Wpf.UI Namespace / WpfAnnotationViewer Class / OnScrollChanged(ScrollChangedEventArgs) Method
Syntax Requirements SeeAlso
In This Topic
OnScrollChanged(ScrollChangedEventArgs) Method (WpfAnnotationViewer)
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 contains information about the change in the scrolling state.
As System.Windows.Controls.ScrollChangedEventArgs _
)
protected override void OnScrollChanged(
System.Windows.Controls.ScrollChangedEventArgs e
)

Parameters

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

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

See Also