PackageStagingEventArgs.IsComplete Property

Definition

Indicates whether the app package is done staging.

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

Property Value

Boolean

bool

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

Applies to