aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.Mba.Core/IDefaultBootstrapperApplication.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/WixToolset.Mba.Core/IDefaultBootstrapperApplication.cs')
-rw-r--r--src/WixToolset.Mba.Core/IDefaultBootstrapperApplication.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/WixToolset.Mba.Core/IDefaultBootstrapperApplication.cs b/src/WixToolset.Mba.Core/IDefaultBootstrapperApplication.cs
index d0518049..5803a26a 100644
--- a/src/WixToolset.Mba.Core/IDefaultBootstrapperApplication.cs
+++ b/src/WixToolset.Mba.Core/IDefaultBootstrapperApplication.cs
@@ -332,12 +332,12 @@ namespace WixToolset.Mba.Core
332 event EventHandler<SystemShutdownEventArgs> SystemShutdown; 332 event EventHandler<SystemShutdownEventArgs> SystemShutdown;
333 333
334 /// <summary> 334 /// <summary>
335 /// Fired when the engine has begun removing the registration for the location and visibility of the bundle. 335 /// Fired when the engine unregisters the bundle.
336 /// </summary> 336 /// </summary>
337 event EventHandler<UnregisterBeginEventArgs> UnregisterBegin; 337 event EventHandler<UnregisterBeginEventArgs> UnregisterBegin;
338 338
339 /// <summary> 339 /// <summary>
340 /// Fired when the engine has completed removing the registration for the location and visibility of the bundle. 340 /// Fired when the engine unregistration is complete.
341 /// </summary> 341 /// </summary>
342 event EventHandler<UnregisterCompleteEventArgs> UnregisterComplete; 342 event EventHandler<UnregisterCompleteEventArgs> UnregisterComplete;
343 } 343 }