PackageInstallingEventArgs.IsComplete Property

Definition

Indicates whether the app package is done installing.

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

Property Value

Boolean

bool

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

Applies to