WindowRectChangedEventArgs Class

Definition

Contains event data for the WindowRectChanged event.

public ref class WindowRectChangedEventArgs sealed
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.Foundation.WindowsAppSDKContract, 65542)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class WindowRectChangedEventArgs final
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Foundation.WindowsAppSDKContract), 65542)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class WindowRectChangedEventArgs
Public NotInheritable Class WindowRectChangedEventArgs
Inheritance
Object Platform::Object IInspectable WindowRectChangedEventArgs
Attributes

Properties

MoveSizeOperation

Gets the type of operation being performed in the move-size loop.

NewWindowRect

Gets the new position to which the window changed.

OldWindowRect

Gets the old rect from which the window changed.

PointerScreenPoint

Gets the position of the pointer when the window position has finished changing.

Applies to