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