ASPxClientHtmlEditor.GotFocus Event
Fires on the client side when the editor’s Design View Area receives input focus.
Declaration
GotFocus: ASPxClientEvent<ASPxClientEventHandler<ASPxClientHtmlEditor>>
Event Data
The GotFocus event's data class is ASPxClientEventArgs.
Remarks
The GotFocus event is fired on the client when focus is moved to the ASPxHtmlEditor control’s Design View Area from another control within the same page or from any focused elements of the ASPxHtmlEditor control itself. Use the GotFocus event to perform specific client actions when the Design Vierw Area obtains focus.
When the Design View Area of the ASPxHtmlEditor loses focus, the ASPxClientHtmlEditor.LostFocus event is raised.
See Also