Skip to main content

ApplyBeginEventArgs Class

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

Properties

PropertyDescription
PhaseCountGets the number of phases that the engine will go through in apply. There are currently two possible phases: cache and execute.

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

PhaseCount Property

Gets the number of phases that the engine will go through in apply. There are currently two possible phases: cache and execute.

Declaration

public int PhaseCount { get; set; }