Skip to main content
A newer version of this page is available. .

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 Gets or sets a value indicating whether the action which raised the event should be canceled.

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