Skip to main content

ASPxClientRichEditAutoCorrectEventArgs.handled Property

Specifies whether the event is handled.

Declaration

handled: boolean

Property Value

Type Description
boolean

true, if the event is handled and further processing is not required; otherwise false.

Remarks

Set the handled to true, when the event processing is finished for the current input string.

See Also