Back to Devexpress

ASPxClientRichEdit.BeginCallback Event

aspnet-js-aspxclientrichedit-2fcfa487.md

latest1.3 KB
Original Source

ASPxClientRichEdit.BeginCallback Event

Occurs when a callback for server-side processing is initiated.

Declaration

ts
BeginCallback: ASPxClientEvent<ASPxClientBeginCallbackEventHandler<ASPxClientRichEdit>>

Event Data

The BeginCallback event's data class is ASPxClientBeginCallbackEventArgs. The following properties provide information specific to this event:

PropertyDescription
commandGets a command name that identifies which client action initiated a callback.

Remarks

The BeginCallback and EndCallback events can be used to perform specific client-side actions when a callback is being processed on a server.

Refer to the following section for more information about client-side events: Client API.

See Also

Rich Text Editor

Callbacks

ASPxClientRichEdit Class

ASPxClientRichEdit Members