DetectPackageCompleteEventArgs Class
Event arguments for «see E:WixToolset.Mba.Core.IDefaultBootstrapperApplication.DetectPackageComplete» .
Properties
Property | Description |
---|---|
Cached | Gets whether any part of the package is cached. |
PackageId | Gets the identity of the package detected. |
State | Gets the state of the specified package. |
WixToolset.Mba.Core.dll
version 4.0.6+73c897383236ddbbbc6ba257634013c1269ceec2
Cached Property
Gets whether any part of the package is cached.
Declaration
public bool Cached { get; set; }
PackageId Property
Gets the identity of the package detected.
Declaration
public string PackageId { get; set; }
State Property
Gets the state of the specified package.
Declaration
public PackageState State { get; set; }