AppWindowChangedEventArgs.DidZOrderChange Property

Definition

Gets a value that indicates whether the window's position in the Z-order changed.

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

Property Value

Boolean

bool

true if the window's position in the Z-order changed; otherwise, false.

Applies to

See also