Class
PersistingPropertyEventArgs

Persistence persisting property event arguments.

Definition

Namespace:Telerik.Windows.Persistence.Events

Assembly:Telerik.Windows.PersistenceFramework.dll

Syntax:

cs-api-definition
public class PersistingPropertyEventArgs : PersistenceEventArgs

Inheritance: objectEventArgsPersistenceEventArgsPersistingPropertyEventArgs

Inherited Members PersistenceEventArgs.NamePersistenceEventArgs.PathEventArgs.Empty

Constructors

PersistingPropertyEventArgs(string, string)

Initializes a new instance of the PersistingPropertyEventArgs class.

Declaration

cs-api-definition
public PersistingPropertyEventArgs(string name, string path)

Parameters

name

string

The name of the property.

path

string

The path of the property.

Properties

Cancel

Gets or sets whether the event should be cancelled.

Declaration

cs-api-definition
public bool Cancel { get; set; }

Property Value

bool