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