Visual Basic (Declaration) | |
---|---|
Public Event SourceChanged() As RoutedPropertyChangedEventHandler(Of BitmapSourceViewer) |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public event RoutedPropertyChangedEventHandler<BitmapSourceViewer> SourceChanged() |
Managed Extensions for C++ | |
---|---|
public: __event RoutedPropertyChangedEventHandler<BitmapSourceViewer> SourceChanged(); |
C++/CLI | |
---|---|
public: event RoutedPropertyChangedEventHandler<BitmapSourceViewer> SourceChanged(); |
XAML Attributes Usage | |
---|---|
<object SourceChanged=EventHandler<ExceptionRoutedEventArgs>/> ... |
Routed Event Information | |
---|---|
Identifier field | |
Routing strategy | Bubbling |
Delegate | EventHandler<(Of <(TEventArgs>)>) |
This property contains the BitmapSourceViewer object which
contains an image to be panned using the ImagePanViewer control. Whenever the Viewer property
is changed, the image displayed in the ImagePanViewer control is affected by this change.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003 family