/// <summary>Called when the engine has begun installing the bundle.</summary> /// <param name="args">The arguments of the event.</param> public virtual void OnDetectUpdateComplete(WPFBootstrapperEventArgs <Wix.DetectUpdateCompleteEventArgs> args) { }
/// <summary>Called when the engine has begun installing the bundle.</summary> /// <param name="args">The arguments of the event.</param> public virtual void OnDetectForwardCompatibleBundle(WPFBootstrapperEventArgs <Wix.DetectForwardCompatibleBundleEventArgs> args) { }
/// <summary>Called when the engine has begun installing the bundle.</summary> /// <param name="args">The arguments of the event.</param> public virtual void OnDetectUpdateBegin(WPFBootstrapperEventArgs <Wix.DetectUpdateBeginEventArgs> args) { }