SaaS CMS has officially launched! Learn more now.

Interface IPropertyDefinitionTypeEvents

Contains events related to PropertyDefinitionType

Namespace: EPiServer.DataAbstraction
Assembly: EPiServer.dll
Version: 12.0.3
Syntax
public interface IPropertyDefinitionTypeEvents

Events

Deleted

Occurs when a PropertyDefinitionType has been deleted.

Declaration
event EventHandler<PropertyDefinitionTypeEventArgs> Deleted
Event Type
Type Description
System.EventHandler<PropertyDefinitionTypeEventArgs>

Saved

Occurs when a PropertyDefinitionType has been saved, i.e. created or updated.

Declaration
event EventHandler<PropertyDefinitionTypeEventArgs> Saved
Event Type
Type Description
System.EventHandler<PropertyDefinitionTypeEventArgs>

Saving

Occurs when a PropertyDefinitionType is about to be saved.

Declaration
event EventHandler<CancelPropertyDefinitionTypeEventArgs> Saving
Event Type
Type Description
System.EventHandler<CancelPropertyDefinitionTypeEventArgs>

Extension Methods