ASPxClientRichEditAutoCorrectEventArgs.handled Property
In This Article
Specifies whether the event is handled.
#Declaration
TypeScript
handled: boolean
#Property Value
Type | Description |
---|---|
boolean |
|
#Remarks
Set the handled to true
, when the event processing is finished for the current input string.
See Also