Skip to main content

SpellChecker.OptionsFormShowing Event

Occurs when the form used to specify the OptionsSpelling is about to be shown.

Namespace: DevExpress.Xpf.SpellChecker

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

#Declaration

public event FormShowingEventHandler OptionsFormShowing

#Event Data

The OptionsFormShowing 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 prevent displaying the spelling options form, if necessary.

See Also