AppWindowChangedEventArgs.DidSizeChange Property

Definition

Gets a value that indicates whether the size of the app window 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 app window changed; otherwise, false.

Applies to