Class PersistenceEventArgs
Persistence event arguments.
Inheritance
System.Object
PersistenceEventArgs
Namespace: Telerik.Windows.Persistence.Events
Assembly: Telerik.Windows.PersistenceFramework.dll
Syntax
public class PersistenceEventArgs : EventArgs
Constructors
PersistenceEventArgs(String, String)
Initializes a new instance of the PersistenceEventArgs class.
Declaration
public PersistenceEventArgs(string name, string path)
Parameters
System.String
name
The name of the property. |
System.String
path
The path of the property. |
Properties
Name
Gets the name of the property.
Declaration
public string Name { get; }
Property Value
System.String
|
Path
Gets the path of the property.
Declaration
public string Path { get; }
Property Value
System.String
|