ClassChangeEventArgs
Class
Definition
Namespace:Telerik.OpenAccess
Assembly:Telerik.OpenAccess.dll
Syntax:
cs-api-definition
public sealed class ChangeEventArgs : PersistenceEventArgs
Inheritance: objectEventArgsPersistenceEventArgsChangeEventArgs
Inherited Members
Constructors
ChangeEventArgs(object, string, object, object, bool, bool)
Declaration
cs-api-definition
public ChangeEventArgs(object pc, string fld, object oldV, object newV, bool was, bool loaded)
Parameters
pc
object
fld
string
oldV
object
newV
object
was
bool
loaded
bool
Properties
FieldName
Declaration
cs-api-definition
public string FieldName { get; }
Property Value
string
NewValue
Declaration
cs-api-definition
public object NewValue { get; }
Property Value
object
OldValue
Declaration
cs-api-definition
public object OldValue { get; }
Property Value
object
PropertyName
Declaration
cs-api-definition
public string PropertyName { get; }
Property Value
string
WasDirty
Declaration
cs-api-definition
public bool WasDirty { get; }
Property Value
bool
WasLoaded
Declaration
cs-api-definition
public bool WasLoaded { get; }
Property Value
bool