UniMatrixOnMatrixDataLoaded Delegate |
Occurs when data has been loaded. Allows manipulation with data.
Namespace: CMS.UIControlsAssembly: CMS.UIControls (in CMS.UIControls.dll) Version: 12.0.0
Syntax public delegate void OnMatrixDataLoaded(
DataSet ds
)
Parameters
- ds
- Type: System.DataDataSet
Loaded dataset
See Also