A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More

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