Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out 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