DetectPackageCompleteEventArgs Class
Event arguments for «see E:WixToolset.Mba.Core.IDefaultBootstrapperApplication.DetectPackageComplete» .
Properties
Section titled “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.5+b9b2f1b4c69a1b509d487dc950b30b4ec9b0d040 |
Cached Property
Section titled “Cached Property”Gets whether any part of the package is cached.
Declaration
Section titled “Declaration”public bool Cached { get; set; }PackageId Property
Section titled “PackageId Property”Gets the identity of the package detected.
Declaration
Section titled “Declaration”public string PackageId { get; set; }State Property
Section titled “State Property”Gets the state of the specified package.
Declaration
Section titled “Declaration”public PackageState State { get; set; }