UIFormUIForm_OnItemValidation Method |
Fired on the item validation.
Namespace: CMS.FormControlsAssembly: CMS.FormControls (in CMS.FormControls.dll) Version: 8.2.23
Syntax protected void UIForm_OnItemValidation(
Object sender,
ref string errorMessage
)
Parameters
- sender
- Type: SystemObject
Sender - errorMessage
- Type: SystemString
Returning the error message
See Also