namespace Umbraco.Core.Events { /// /// Used to notify that an Unattended install has completed /// public class UnattendedInstallEventArgs : System.ComponentModel.CancelEventArgs { } }