WindowSearchIsDisposed Property

Gets a value indicating that the window has been deleted.

Definition

Namespace: Aliquo.Windows.Controls
Assembly: Aliquo.Windows.Controls (in Aliquo.Windows.Controls.dll) Version: 5.0.9179.22656
C#
public bool IsDisposed { get; }

Property Value

Boolean
if the window has been removed; otherwise, .

Implements

IWindowSearchIsDisposed

See Also