summaryrefslogtreecommitdiff
path: root/src/api/burn/WixToolset.Mba.Core/IDefaultBootstrapperApplication.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/api/burn/WixToolset.Mba.Core/IDefaultBootstrapperApplication.cs')
-rw-r--r--src/api/burn/WixToolset.Mba.Core/IDefaultBootstrapperApplication.cs5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/api/burn/WixToolset.Mba.Core/IDefaultBootstrapperApplication.cs b/src/api/burn/WixToolset.Mba.Core/IDefaultBootstrapperApplication.cs
index c237cb9d..ebd1580b 100644
--- a/src/api/burn/WixToolset.Mba.Core/IDefaultBootstrapperApplication.cs
+++ b/src/api/burn/WixToolset.Mba.Core/IDefaultBootstrapperApplication.cs
@@ -334,6 +334,11 @@ namespace WixToolset.Mba.Core
334 event EventHandler<PlanRelatedBundleEventArgs> PlanRelatedBundle; 334 event EventHandler<PlanRelatedBundleEventArgs> PlanRelatedBundle;
335 335
336 /// <summary> 336 /// <summary>
337 /// Fired when the engine has begun planning the related bundle relation type.
338 /// </summary>
339 event EventHandler<PlanRelatedBundleTypeEventArgs> PlanRelatedBundleType;
340
341 /// <summary>
337 /// Fired when the engine has begun planning an upgrade related bundle for restoring in case of failure. 342 /// Fired when the engine has begun planning an upgrade related bundle for restoring in case of failure.
338 /// </summary> 343 /// </summary>
339 event EventHandler<PlanRestoreRelatedBundleEventArgs> PlanRestoreRelatedBundle; 344 event EventHandler<PlanRestoreRelatedBundleEventArgs> PlanRestoreRelatedBundle;