Skip to main content

SpellChecker.CheckCompleteFormShowing Event

Occurs when the spell check is complete.

Namespace: DevExpress.Xpf.SpellChecker

Assembly: DevExpress.Xpf.SpellChecker.v14.2.dll

#Declaration

public event FormShowingEventHandler CheckCompleteFormShowing

#Event Data

The CheckCompleteFormShowing event's handler receives an argument of the FormShowingEventArgs type. The following properties provide information specific to this event:

Property Description
Handled Gets or sets a value that specifies whether the event is handled and no default processing is required.

#Remarks

Use this event to execute actions after completing the spell check. When checking several controls, you may suppress the appearance of the Spelling check is complete dialog box by handling this event, and setting the FormShowingEventArgs.Handled parameter to true.

See Also