Event raised when the [P:RotationX] property has changed.

Namespace:  C1.WPF.Legacy
Assembly:  C1.WPF.Legacy (in C1.WPF.Legacy.dll)
XMLNS for XAML: Not mapped to an xmlns.

Syntax

C#
public event EventHandler<PropertyChangedEventArgs<double>> RotationXChanged
Visual Basic
Public Event RotationXChanged As EventHandler(Of PropertyChangedEventArgs(Of Double))
XAML Attribute Usage
<object RotationXChanged="EventHandler<PropertyChangedEventArgs<double>>" .../>

See Also