SetUpdateCompleteEventArgs Class
Event arguments for «see E:WixToolset.Mba.Core.IDefaultBootstrapperApplication.SetUpdateComplete»
Properties
| Property | Description |
|---|---|
| NewPackageId | Gets the identifier of the update package that was added. |
| PreviousPackageId | Gets the identifier of the update package that was removed. |
WixToolset.Mba.Core.dll version 4.0.5+b9b2f1b4c69a1b509d487dc950b30b4ec9b0d040 |
NewPackageId Property
Gets the identifier of the update package that was added.
Declaration
public string NewPackageId { get; set; }PreviousPackageId Property
Gets the identifier of the update package that was removed.
Declaration
public string PreviousPackageId { get; set; }