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

Namespace:  C1.Silverlight
Assembly:  C1.Silverlight (in C1.Silverlight.dll)

Syntax

C#
public event EventHandler<PropertyChangedEventArgs<Orientation>> OrientationChanged
Visual Basic
Public Event OrientationChanged As EventHandler(Of PropertyChangedEventArgs(Of Orientation))

See Also