Share via


AppWindowChangedEventArgs.DidPositionChange Property

Definition

Gets a value that indicates whether the AppWindow.Position property changed.

public:
 property bool DidPositionChange { bool get(); };
bool DidPositionChange();
public bool DidPositionChange { get; }
var boolean = appWindowChangedEventArgs.didPositionChange;
Public ReadOnly Property DidPositionChange As Boolean

Property Value

Boolean

bool

true if the position of the window changed; otherwise, false.

Applies to

See also