Class
PersistenceEventArgs

Definition

Namespace:Telerik.OpenAccess

Assembly:Telerik.OpenAccess.dll

Syntax:

cs-api-definition
public abstract class PersistenceEventArgs : EventArgs

Inheritance: objectEventArgsPersistenceEventArgs

Derived Classes: AddEventArgsChangeEventArgsRefreshEventArgsRemoveEventArgs

Constructors

PersistenceEventArgs(object)

Declaration

cs-api-definition
protected PersistenceEventArgs(object pc)

Parameters

pc

object

Properties

Cancel

Declaration

cs-api-definition
public bool Cancel { get; set; }

Property Value

bool

Finished

Declaration

cs-api-definition
public bool Finished { get; }

Property Value

bool

PersistentObject

Declaration

cs-api-definition
public object PersistentObject { get; }

Property Value

object

Tag

Declaration

cs-api-definition
public object Tag { get; set; }

Property Value

object