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