PhoneApplicationPage.BeginLayoutChanged Event

Namespace:  Microsoft.Phone.Controls
Assembly:  Microsoft.Phone (in Microsoft.Phone.dll)

Syntax

'Declaration
Public Event BeginLayoutChanged As EventHandler(Of OrientationChangedEventArgs)
public event EventHandler<OrientationChangedEventArgs> BeginLayoutChanged
public:
virtual   event EventHandler<OrientationChangedEventArgs^>^ BeginLayoutChanged {
    void add (EventHandler<OrientationChangedEventArgs^>^ value);
    void remove (EventHandler<OrientationChangedEventArgs^>^ value);
}
abstract BeginLayoutChanged : IEvent<EventHandler<OrientationChangedEventArgs>,
    OrientationChangedEventArgs>
override BeginLayoutChanged : IEvent<EventHandler<OrientationChangedEventArgs>,
    OrientationChangedEventArgs>

Version Information

.NET for Windows Phone apps

Supported in: Windows Phone 8, Silverlight 8.1

.NET Framework Security

See Also

Reference

PhoneApplicationPage Class

Microsoft.Phone.Controls Namespace