Class
RestoringPropertyEventArgs

Persistence restoring property event arguments.

Definition

Namespace:Telerik.Windows.Persistence.Events

Assembly:Telerik.Windows.PersistenceFramework.dll

Syntax:

cs-api-definition
public class RestoringPropertyEventArgs : PersistenceEventArgs

Inheritance: objectEventArgsPersistenceEventArgsRestoringPropertyEventArgs

Inherited Members PersistenceEventArgs.NamePersistenceEventArgs.PathEventArgs.Empty

Constructors

RestoringPropertyEventArgs(string, string)

Initializes a new instance of the RestoringPropertyEventArgs class.

Declaration

cs-api-definition
public RestoringPropertyEventArgs(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