Skip to main content

SetUpdateCompleteEventArgs Class

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

Properties

PropertyDescription
NewPackageIdGets the identifier of the update package that was added.
PreviousPackageIdGets the identifier of the update package that was removed.

WixToolset.Mba.Core.dll version 4.0.2+644ed0118bae1aa885bb6cc906dc6c0b904de4d9

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; }