Click or drag to resize
LoadDataEventHandler Delegate
Event which should load the data to the object when fired.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
public delegate void LoadDataEventHandler(
	BaseInfo infoObj
)

Parameters

infoObj
Type: CMS.DataEngineBaseInfo
Object to load
See Also