New to Telerik UI for WPFStart a free 30-day trial

Persistence event arguments.

Definition

Namespace:Telerik.Windows.Persistence.Events

Assembly:Telerik.Windows.PersistenceFramework.dll

Syntax:

C#
public class PersistenceEventArgs : EventArgs

Inheritance: objectEventArgsPersistenceEventArgs

Derived Classes: PersistenceErrorEventArgsPersistingPropertyEventArgsRestoringPropertyEventArgs

Inherited Members EventArgs.Empty

Constructors

Initializes a new instance of the PersistenceEventArgs class.

C#
public PersistenceEventArgs(string name, string path)
Parameters:namestring

The name of the property.

pathstring

The path of the property.

Properties

Gets the name of the property.

C#
public string Name { get; }

Gets the path of the property.

C#
public string Path { get; }