Click or drag to resize
UniMatrixOnMatrixDataLoaded Delegate
Occurs when data has been loaded. Allows manipulation with data.

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 10.0.0
Syntax
C#
public delegate void OnMatrixDataLoaded(
	DataSet ds
)

Parameters

ds
Type: System.DataDataSet
Loaded dataset
See Also