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 Persisting
Declaration
public PersistingPropertyEventArgs(string name, string path)
Parameters
System. The name of the property. |
System. 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.
|