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