Skip to content

SetUpdateCompleteEventArgs Class

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

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.5+b9b2f1b4c69a1b509d487dc950b30b4ec9b0d040

Gets the identifier of the update package that was added.

public string NewPackageId { get; set; }

Gets the identifier of the update package that was removed.

public string PreviousPackageId { get; set; }