Don't miss out Virtual Happy Hour this Friday (April 26).

Try our conversational search powered by Generative AI!

Class CancelPropertyDefinitionTypeEventArgs

Event args used when for property definition events

Inheritance
System.Object
CancelPropertyDefinitionTypeEventArgs
Namespace: EPiServer.DataAbstraction
Assembly: EPiServer.dll
Version: 11.20.7
Syntax
public class CancelPropertyDefinitionTypeEventArgs : CancelEventArgs

Constructors

CancelPropertyDefinitionTypeEventArgs(PropertyDefinitionType)

Initializes a new instance of the CancelPropertyDefinitionTypeEventArgs class.

Declaration
public CancelPropertyDefinitionTypeEventArgs(PropertyDefinitionType propertyDefinitionType)
Parameters
Type Name Description
PropertyDefinitionType 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.String

The cancel reason.

PropertyDefinitionType

Gets the PropertyDefinitionType that the event is raised for.

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

The type of the property definition.

Extension Methods