| Visual Basic (Declaration) | |
|---|---|
Public Event SourceChanged As RoutedPropertyChangedEventHandler(Of ImageSource) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As ImageBox Dim handler As RoutedPropertyChangedEventHandler(Of ImageSource) AddHandler instance.SourceChanged, handler | |
| C# | |
|---|---|
public event RoutedPropertyChangedEventHandler<ImageSource> SourceChanged | |
| C++/CLI | |
|---|---|
public: event RoutedPropertyChangedEventHandler<ImageSource^>^ SourceChanged | |
Copy Code