LoadDataEventHandler Delegate |
Event which should load the data to the object when fired.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax public delegate void LoadDataEventHandler(
BaseInfo infoObj
)
Parameters
- infoObj
- Type: CMS.DataEngineBaseInfo
Object to load
See Also