Table of Contents

Delegate LoadDataEventHandler

Namespace
CMS.DataEngine
Assembly
CMS.DataEngine.dll

Event which should load the data to the object when fired.

public delegate void LoadDataEventHandler(BaseInfo infoObj)

Parameters

infoObj BaseInfo

Object to load

Extension Methods

Constructors

LoadDataEventHandler(object, nint)

public LoadDataEventHandler(object @object, nint method)

Parameters

object object
method nint

Methods

BeginInvoke(BaseInfo, AsyncCallback, object)

public virtual IAsyncResult BeginInvoke(BaseInfo infoObj, AsyncCallback callback, object @object)

Parameters

infoObj BaseInfo
callback AsyncCallback
object object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

public virtual void EndInvoke(IAsyncResult result)

Parameters

result IAsyncResult

Invoke(BaseInfo)

public virtual void Invoke(BaseInfo infoObj)

Parameters

infoObj BaseInfo