Share via


AppWindowChangedEventArgs.DidTitleBarChange Property

Definition

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.

Applies to

See also