Compartir a través de


AppWindowChangedEventArgs.DidWindowPresentationChange Propiedad

Definición

Obtiene un valor que indica si ha cambiado la presentación de ventana aplicada.

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

Valor de propiedad

Boolean

bool

true si ha cambiado la presentación de la ventana aplicada; de lo contrario, false.

Se aplica a

Consulte también