AppWindowChangedEventArgs.DidPresenterChange Proprietà

Definizione

Ottiene un valore che indica se la AppWindow.Presenter proprietà è stata modificata.

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

Valore della proprietà

Boolean

bool

true se il relatore della finestra è cambiato; in caso contrario, false.

Si applica a

Vedi anche