Click or drag to resize
UniMatrixOnCheckPermissions Delegate
Occurs if the matrix wants to check the permission to edit particular item.

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 8.2.23
Syntax
C#
public delegate bool OnCheckPermissions(
	Object value
)

Parameters

value
Type: SystemObject
Column value

Return Value

Type: Boolean
See Also