View Source
Class LanguageSavingNotification
Inheritance
System.Object
Assembly: Umbraco.Core.dll
Syntax
public class LanguageSavingNotification : SavingNotification<ILanguage>, IStatefulNotification, ICancelableNotification, INotification
Constructors
View Source
LanguageSavingNotification(IEnumerable<ILanguage>, EventMessages)
Declaration
public LanguageSavingNotification(IEnumerable<ILanguage> target, EventMessages messages)
Parameters
View Source
LanguageSavingNotification(ILanguage, EventMessages)
Declaration
public LanguageSavingNotification(ILanguage target, EventMessages messages)
Parameters