Class
PersistenceEventArgs

Persistence event arguments.

Definition

Namespace:Telerik.Windows.Persistence.Events

Assembly:Telerik.Windows.PersistenceFramework.dll

Syntax:

cs-api-definition
public class PersistenceEventArgs : EventArgs

Inheritance: objectEventArgsPersistenceEventArgs

Derived Classes: PersistenceErrorEventArgsPersistingPropertyEventArgsRestoringPropertyEventArgs

Inherited Members EventArgs.Empty

Constructors

PersistenceEventArgs(string, string)

Initializes a new instance of the PersistenceEventArgs class.

Declaration

cs-api-definition
public PersistenceEventArgs(string name, string path)

Parameters

name

string

The name of the property.

path

string

The path of the property.

Properties

Name

Gets the name of the property.

Declaration

cs-api-definition
public string Name { get; }

Property Value

string

Path

Gets the path of the property.

Declaration

cs-api-definition
public string Path { get; }

Property Value

string