Click or drag to resize
UIFormUIForm_OnItemValidation Method
Fired on the item validation.

Namespace: CMS.FormControls
Assembly: CMS.FormControls (in CMS.FormControls.dll) Version: 9.0.0
Syntax
C#
protected void UIForm_OnItemValidation(
	Object sender,
	ref string errorMessage
)

Parameters

sender
Type: SystemObject
Sender
errorMessage
Type: SystemString
Returning the error message
See Also