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