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