AppWindowChangedEventArgs.DidTitleBarChange Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a value that indicates whether one or more properties of the AppWindow.TitleBar has changed.
public:
property bool DidTitleBarChange { bool get(); };
bool DidTitleBarChange();
public bool DidTitleBarChange { get; }
var boolean = appWindowChangedEventArgs.didTitleBarChange;
Public ReadOnly Property DidTitleBarChange As Boolean
Property Value
Boolean
bool
true if a property of the AppWindow.TitleBar changed; otherwise, false.