Event raised when the [P:RotationY] property has changed.
Namespace:
C1.WPF.LegacyAssembly: C1.WPF.Legacy (in C1.WPF.Legacy.dll)
XMLNS for XAML: Not mapped to an xmlns.
Syntax
C# |
---|
public event EventHandler<PropertyChangedEventArgs<double>> RotationYChanged |
Visual Basic |
---|
Public Event RotationYChanged As EventHandler(Of PropertyChangedEventArgs(Of Double)) |
XAML Attribute Usage |
---|
<object RotationYChanged="EventHandler<PropertyChangedEventArgs<double>>" .../> |