New to Telerik UI for WPFStart a free 30-day trial

Persistence restoring property event arguments.

Definition

Namespace:Telerik.Windows.Persistence.Events

Assembly:Telerik.Windows.PersistenceFramework.dll

Syntax:

C#
public class RestoringPropertyEventArgs : PersistenceEventArgs

Inheritance: objectEventArgsPersistenceEventArgsRestoringPropertyEventArgs

Inherited Members PersistenceEventArgs.NamePersistenceEventArgs.PathEventArgs.Empty

Constructors

Initializes a new instance of the RestoringPropertyEventArgs class.

C#
public RestoringPropertyEventArgs(string name, string path)
Parameters:namestring

The name of the property.

pathstring

The path of the property.

Properties

Gets or sets whether the event should be cancelled.

C#
public bool Cancel { get; set; }