Class RestoringPropertyEventArgs
Persistence restoring property event arguments.
Namespace: Telerik.Windows.Persistence.Events
Assembly: Telerik.Windows.PersistenceFramework.dll
Syntax
public class RestoringPropertyEventArgs : PersistenceEventArgs
Constructors
RestoringPropertyEventArgs(String, String)
Initializes a new instance of the RestoringPropertyEventArgs class.
Declaration
public RestoringPropertyEventArgs(string name, string path)
Parameters
System.String
name
The name of the property. |
System.String
path
The path of the property. |
Properties
Cancel
Gets or sets whether the event should be cancelled.
Declaration
public bool Cancel { get; set; }
Property Value
System.Boolean
|