Show / Hide Table of Contents

Delegate OnRowLoaded

Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public delegate void OnRowLoaded(IdxBase index)
Parameters
Type Name Description
IdxBase index

Constructors

OnRowLoaded(object, IntPtr)

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

Methods

BeginInvoke(IdxBase, AsyncCallback, object)

Declaration
public virtual IAsyncResult BeginInvoke(IdxBase index, AsyncCallback callback, object @object)
Parameters
Type Name Description
IdxBase index
AsyncCallback callback
object object
Returns
Type Description
IAsyncResult

EndInvoke(IAsyncResult)

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

Invoke(IdxBase)

Declaration
public virtual void Invoke(IdxBase index)
Parameters
Type Name Description
IdxBase index

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