SpellChecker.OptionsFormShowing Event
In This Article
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
#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