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.5+b9b2f1b4c69a1b509d487dc950b30b4ec9b0d040 |
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; }