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

Persistence persisting property event arguments.

Definition

Namespace:Telerik.Windows.Persistence.Events

Assembly:Telerik.Windows.PersistenceFramework.dll

Syntax:

C#
public class PersistingPropertyEventArgs : PersistenceEventArgs

Inheritance: objectEventArgsPersistenceEventArgsPersistingPropertyEventArgs

Inherited Members PersistenceEventArgs.NamePersistenceEventArgs.PathEventArgs.Empty

Constructors

Initializes a new instance of the PersistingPropertyEventArgs class.

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

The name of the property.

pathstring

The path of the property.

Properties

Gets or sets whether the event should be cancelled.

C#
public bool Cancel { get; set; }