Class ChangeEventArgs
Inheritance
System.Object
System.EventArgs
ChangeEventArgs
Assembly: Telerik.OpenAccess.dll
Syntax
public sealed class ChangeEventArgs : PersistenceEventArgs
Constructors
Declaration
public ChangeEventArgs(object pc, string fld, object oldV, object newV, bool was, bool loaded)
Parameters
|
System.Object
pc
|
|
System.String
fld
|
|
System.Object
oldV
|
|
System.Object
newV
|
|
System.Boolean
was
|
|
System.Boolean
loaded
|
Properties
Declaration
public string FieldName { get; }
Property Value
Declaration
public object NewValue { get; }
Property Value
Declaration
public object OldValue { get; }
Property Value
Declaration
public string PropertyName { get; }
Property Value
Declaration
public bool WasDirty { get; }
Property Value
Declaration
public bool WasLoaded { get; }
Property Value