Skip to main content

ASPxClientHtmlEditorValidationEventHandler<Sender> Interface

In This Article

A method that will handle the client ASPxClientHtmlEditor.Validation event.

#Declaration

TypeScript
interface ASPxClientHtmlEditorValidationEventHandler<Sender> { (source: Sender, e: ASPxClientHtmlEditorValidationEventArgs): void; }

#Parameters

Name Type Description
source Sender

An object representing the event’s source.

e ASPxClientHtmlEditorValidationEventArgs

An ASPxClientHtmlEditorValidationEventArgs object that contains event data.