Udostępnij za pośrednictwem


AppWindowChangedEventArgs.DidFrameChange Property

Definition

Gets a value that indicates whether one or more properties of the AppWindow.Frame has changed.

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

Property Value

Boolean

bool

true if a property of the AppWindow.Frame changed; otherwise, false.

Applies to

See also