Leadtools.Windows.Controls Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.03.25
ScrollChanged Event
See Also 
Leadtools.Windows.Controls Namespace > BitmapSourceViewer Class : ScrollChanged Event





Occurs when either the horizontal or vertical scroll bar of the BitmapSourceViewer changes.

Syntax

Visual Basic (Declaration) 
Public Event ScrollChanged() As ScrollChangedEventHandler
Visual Basic (Usage)Copy Code
Dim instance As BitmapSourceViewer
Dim handler As ScrollChangedEventHandler
 
AddHandler instance.ScrollChanged, handler
C# 
public event ScrollChangedEventHandler ScrollChanged()
Managed Extensions for C++ 
public: __event ScrollChangedEventHandler ScrollChanged();
C++/CLI 
public:
event ScrollChangedEventHandler ScrollChanged();
XAML Attributes Usage 

<object ScrollChanged=EventHandler<ExceptionRoutedEventArgs>/> ...

Routed Event Information 

Identifier field

ScrollChangedEvent

Routing strategy

Bubbling

Delegate

EventHandler<(Of <(TEventArgs>)>)

Remarks

This event is raised if the horizontal or vertical scroll is changed by either a programmatic modification or user interaction.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003 family

See Also