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