Show / Hide Table of Contents

Delegate OnTableValueChange

Event raised when one of the values in an instance of TableRowBase is modified.

Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public delegate void OnTableValueChange(TableRowBase fieldOwner, FieldInfo field, object persistedValue, object currentValue, object newValue)
Parameters
Type Name Description
TableRowBase fieldOwner
FieldInfo field
object persistedValue
object currentValue
object newValue

Constructors

OnTableValueChange(object, IntPtr)

Event raised when one of the values in an instance of TableRowBase is modified.

Declaration
public OnTableValueChange(object @object, IntPtr method)
Parameters
Type Name Description
object object
IntPtr method

Methods

BeginInvoke(TableRowBase, FieldInfo, object, object, object, AsyncCallback, object)

Event raised when one of the values in an instance of TableRowBase is modified.

Declaration
public virtual IAsyncResult BeginInvoke(TableRowBase fieldOwner, FieldInfo field, object persistedValue, object currentValue, object newValue, AsyncCallback callback, object @object)
Parameters
Type Name Description
TableRowBase fieldOwner
FieldInfo field
object persistedValue
object currentValue
object newValue
AsyncCallback callback
object object
Returns
Type Description
IAsyncResult

EndInvoke(IAsyncResult)

Event raised when one of the values in an instance of TableRowBase is modified.

Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
Type Name Description
IAsyncResult result

Invoke(TableRowBase, FieldInfo, object, object, object)

Event raised when one of the values in an instance of TableRowBase is modified.

Declaration
public virtual void Invoke(TableRowBase fieldOwner, FieldInfo field, object persistedValue, object currentValue, object newValue)
Parameters
Type Name Description
TableRowBase fieldOwner
FieldInfo field
object persistedValue
object currentValue
object newValue

Extension Methods

EnumUtil.MapEnums<From, To>(From)
Converters.MapEnums<From, To>(From)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top