SaaS CMS has officially launched! Learn more now.

Class PropertyDefinitionTypeEventArgs

Event argument used in Saved and Deleted

Inheritance
System.Object
PropertyDefinitionTypeEventArgs
Namespace: EPiServer.DataAbstraction
Assembly: EPiServer.dll
Version: 12.0.3
Syntax
public class PropertyDefinitionTypeEventArgs : EventArgs

Constructors

PropertyDefinitionTypeEventArgs(PropertyDefinitionType)

Creates a new instance of PropertyDefinitionTypeEventArgs

Declaration
public PropertyDefinitionTypeEventArgs(PropertyDefinitionType propertyDefinitionType)
Parameters
Type Name Description
PropertyDefinitionType propertyDefinitionType

The definition type that the event relates to

Properties

PropertyDefinitionType

The property definition type that the event relates to

Declaration
public PropertyDefinitionType PropertyDefinitionType { get; }
Property Value
Type Description
PropertyDefinitionType

Extension Methods