Event raised when the [P:RotationZ] property has changed.
Namespace:
C1.Silverlight.LegacyAssembly: C1.Silverlight.Legacy (in C1.Silverlight.Legacy.dll)
XMLNS for XAML: http://schemas.componentone.com/winfx/2006/xaml
Syntax
| C# |
|---|
public event EventHandler<PropertyChangedEventArgs<double>> RotationZChanged |
| Visual Basic |
|---|
Public Event RotationZChanged As EventHandler(Of PropertyChangedEventArgs(Of Double)) |
| XAML Attribute Usage |
|---|
<object RotationZChanged="EventHandler<PropertyChangedEventArgs<double>>" .../> |