Class PersistingPropertyEventArgs
Persistence persisting property event arguments.
Namespace: Telerik.Windows.Persistence.Events
Assembly: Telerik.Windows.PersistenceFramework.dll
Syntax
public class PersistingPropertyEventArgs : PersistenceEventArgs
Constructors
PersistingPropertyEventArgs(String, String)
Initializes a new instance of the PersistingPropertyEventArgs class.
Declaration
public PersistingPropertyEventArgs(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
|