Back to Devexpress

ASPxClientRichEdit Events

aspnet-js-aspxclientrichedit-dot-underscore-events.md

latest4.3 KB
Original Source

ASPxClientRichEdit Events

A client-side equivalent of the ASPxRichEdit control.

NameDescription
ActiveSubDocumentChangedOccurs when the active sub-document is substituted with another sub-document.
AutoCorrectFires when text is typed in the control.
BeforeSendOccurs before a web request is sent to the server.
BeginCallbackOccurs when a callback for server-side processing is initiated.
BeginSynchronizationFires after a client change has been made to the document and the client-server synchronization starts to apply the change on the server.
CallbackErrorFires on the client if any server error occurs during server-side processing of a callback sent by the RichEdit.
CharacterPropertiesChangedOccurs when the characters’ formatting is changed.
ContentInsertedOccurs when content is inserted into the document.
ContentRemovedOccurs when content is removed from the document.
CustomCommandExecutedOccurs after a custom command has been executed on the client side.
DocumentChangedFires if any change is made to the RichEdit’s document on the client.
DocumentFormattedOccurs on the client side when a document layout is formatted.
DocumentLoadedOccurs on the client side when a document model is loaded into the control.
EndCallbackOccurs on the client side after a callback’s server-side processing has been completed.
EndSynchronizationFires after a document change has been applied to the server and server and client document models have been synchronized.
FloatingObjectMovedFires after a floating object has been moved and allows you to change the object’s new position.
GotFocusOccurs when the control receives focus.
HyperlinkClickOccurs when a hyperlink is activated within the document.
InitOccurs on the client side after the control has been initialized. Inherited from ASPxClientControlBase.
KeyDownOccurs when a key is pressed while the ASPxRichEdit‘s document has focus.
KeyUpOccurs when a key is released while the ASPxRichEdit‘s document has focus.
LostFocusOccurs when the control loses focus.
ParagraphPropertiesChangedOccurs when a paragraph’s formatting is changed.
PointerDownOccurs when a pointer becomes active.
PointerUpOccurs when a pointer stops being active.
PopupMenuShowingOccurs when a pop-up menu is about to be shown.
SelectionChangedOccurs when the selection is changed within the document.

See Also

ASPxClientRichEdit Class

ASPxClientRichEdit Members