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