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
BaseInfoObject to load
- Extension Methods
Constructors
LoadDataEventHandler(object, nint)
public LoadDataEventHandler(object @object, nint method)
Parameters
object
objectmethod
nint
Methods
BeginInvoke(BaseInfo, AsyncCallback, object)
public virtual IAsyncResult BeginInvoke(BaseInfo infoObj, AsyncCallback callback, object @object)
Parameters
infoObj
BaseInfocallback
AsyncCallbackobject
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