Class DataTypeDeletingNotification
Inheritance
System.Object
Namespace: Umbraco.Cms.Core.Notifications
Assembly: Umbraco.Core.dll
Syntax
public class DataTypeDeletingNotification : DeletingNotification<IDataType>, IStatefulNotification, ICancelableNotification, INotification
Constructors
View SourceDataTypeDeletingNotification(IDataType, EventMessages)
Declaration
public DataTypeDeletingNotification(IDataType target, EventMessages messages)
Parameters
Type | Name | Description |
---|---|---|
IDataType | target | |
EventMessages | messages |