PackageUninstallingEventArgs.IsComplete Property

Definition

Indicates whether the app package is done uninstalling.

public:
 property bool IsComplete { bool get(); };
bool IsComplete();
public bool IsComplete { get; }
var boolean = packageUninstallingEventArgs.isComplete;
Public ReadOnly Property IsComplete As Boolean

Property Value

Boolean

bool

True indicates that the app package is done uninstalling; false, otherwise.

Applies to