ContentEnvironmentStateChangedEventArgs.DidAppWindowIdChange Property

Definition

Gets whether the top-level window ID changed.

public:
 property bool DidAppWindowIdChange { bool get(); };
bool DidAppWindowIdChange();
public bool DidAppWindowIdChange { get; }
var boolean = contentEnvironmentStateChangedEventArgs.didAppWindowIdChange;
Public ReadOnly Property DidAppWindowIdChange As Boolean

Property Value

Boolean

bool

True, if the top-level window ID changed; otherwise, false.

Applies to

See also