AppWindowChangedEventArgs.DidSizeChange Property

Definition

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

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

Property Value

Boolean

bool

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

Applies to

See also