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.6+73c897383236ddbbbc6ba257634013c1269ceec2
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; }