Skip to main content

ProgressEventArgs Class

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

Properties​

PropertyDescription
OverallPercentageGets the percentage from 0 to 100 completed for the bundle.
ProgressPercentageGets the percentage from 0 to 100 completed for a package.

WixToolset.Mba.Core.dll version 4.0.6+73c897383236ddbbbc6ba257634013c1269ceec2

OverallPercentage Property​

Gets the percentage from 0 to 100 completed for the bundle.

Declaration​

public int OverallPercentage { get; set; } 

ProgressPercentage Property​

Gets the percentage from 0 to 100 completed for a package.

Declaration​

public int ProgressPercentage { get; set; }