ASPxClientRichEdit.GotFocus Event
In This Article
Occurs when the control receives focus.
#Declaration
TypeScript
GotFocus: ASPxClientEvent<ASPxClientEventHandler<ASPxClientRichEdit>>
#Event Data
The GotFocus event's data class is ASPxClientEventArgs.
#Remarks
Refer to the following section for more information about client-side events: Client API.
See Also