Skip to content

DetectPackageCompleteEventArgs Class

Event arguments for «see E:WixToolset.Mba.Core.IDefaultBootstrapperApplication.DetectPackageComplete» .

PropertyDescription
CachedGets whether any part of the package is cached.
PackageIdGets the identity of the package detected.
StateGets the state of the specified package.
WixToolset.Mba.Core.dll version 4.0.5+b9b2f1b4c69a1b509d487dc950b30b4ec9b0d040

Gets whether any part of the package is cached.

public bool Cached { get; set; }

Gets the identity of the package detected.

public string PackageId { get; set; }

Gets the state of the specified package.

public PackageState State { get; set; }