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