Interface IPropertyDefinitionTypeEvents
Contains events related to Property
Namespace: EPiServer.DataAbstraction
Assembly: EPiServer.dll
Version: 12.0.3Syntax
public interface IPropertyDefinitionTypeEvents
Events
Deleted
Occurs when a Property
Declaration
event EventHandler<PropertyDefinitionTypeEventArgs> Deleted
Event Type
Type | Description |
---|---|
System. |
Saved
Occurs when a Property
Declaration
event EventHandler<PropertyDefinitionTypeEventArgs> Saved
Event Type
Type | Description |
---|---|
System. |
Saving
Occurs when a Property
Declaration
event EventHandler<CancelPropertyDefinitionTypeEventArgs> Saving
Event Type
Type | Description |
---|---|
System. |