public event RoutedPropertyChangedEventHandler<int> SourceDpiYChanged
public: event RoutedPropertyChangedEventHandler<int>^ SourceDpiYChanged
'Declaration Public Event SourceDpiYChanged As RoutedPropertyChangedEventHandler(Of Integer)
'Usage Dim instance As ImageBox Dim handler As RoutedPropertyChangedEventHandler(Of Integer) AddHandler instance.SourceDpiYChanged, handler
This event is raised if the SourceDpiY property is changed by either a programmatic modification or user interaction.
Target Platforms
ImageBox Class ImageBox Members