Class CancelPropertyDefinitionTypeEventArgs
Event argument used in Saving
Inheritance
System.Object
CancelPropertyDefinitionTypeEventArgs
Namespace: EPiServer.DataAbstraction
Assembly: EPiServer.dll
Version: 12.0.3Syntax
public class CancelPropertyDefinitionTypeEventArgs : CancelEventArgs
Constructors
CancelPropertyDefinitionTypeEventArgs(PropertyDefinitionType)
Initializes a new instance of the Cancel
Declaration
public CancelPropertyDefinitionTypeEventArgs(PropertyDefinitionType propertyDefinitionType)
Parameters
Type | Name | Description |
---|---|---|
Property |
propertyDefinitionType | Type of the property definition. |
Properties
CancelReason
Gets or sets the cancel reason.
Declaration
public string CancelReason { get; set; }
Property Value
Type | Description |
---|---|
System. |
The cancel reason. |
PropertyDefinitionType
Gets the Property
Declaration
public PropertyDefinitionType PropertyDefinitionType { get; }
Property Value
Type | Description |
---|---|
Property |
The type of the property definition. |