Skip to main content

ASPxClientSpellChecker.CheckCompleteFormShowing Event

Client-side event that occurs before a message box informing about process completion is shown.

Declaration

CheckCompleteFormShowing: ASPxClientEvent<ASPxClientCancelEventHandler<ASPxClientSpellChecker>>

Event Data

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

Property Description
cancel Specifies whether to cancel the related action (for example, row edit, export).

Remarks

Handle this event to substitute a default message box with a custom one, or perform specific actions instead of displaying the message.

See Also