London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

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