Visual Basic (Declaration) | |
---|---|
Public Event ScrollChanged() As ImageViewer.ScrollChangedEventHandler |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public event ImageViewer.ScrollChangedEventHandler ScrollChanged() |
C++/CLI | |
---|---|
public: event ImageViewer.ScrollChangedEventHandler^ ScrollChanged(); |
XAML Attributes Usage | |
---|---|
<object ScrollChanged=EventHandler<ExceptionRoutedEventArgs>/> ... |
XAML Attributes Usage | |
---|---|
<object ScrollChanged=EventHandler<ExceptionRoutedEventArgs>/> ... |
This event is raised if the horizontal or vertical scroll is changed by either a programmatic modification or user interaction.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family