Class PropertyDefinitionTypeEventArgs
Inheritance
System.Object
PropertyDefinitionTypeEventArgs
Namespace: EPiServer.DataAbstraction
Assembly: EPiServer.dll
Version: 12.0.3Syntax
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 |