Share via


AppWindowChangedEventArgs.DidPresenterChange Propriété

Définition

Obtient une valeur qui indique si la AppWindow.Presenter propriété a changé.

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

Valeur de propriété

Boolean

bool

true si le présentateur de la fenêtre a changé ; sinon, false.

S’applique à

Voir aussi