SpellChecker.SpellingFormShowing Event
In This Article
Occurs when the spelling form is about to be displayed.
Namespace: DevExpress.Xpf.SpellChecker
Assembly: DevExpress.Xpf.SpellChecker.v14.2.dll
#Declaration
#Event Data
The SpellingFormShowing event's handler receives an argument of the SpellingFormShowingEventArgs 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.
Inherited from Form |
Suggestions | Provides access to the collection of suggested words to be displayed on the spelling form. |
Word | Gets a misspelled word for which the spelling form is invoked. |
#Remarks
Handle this event to customize the spelling form's layout. The spelling form represents a list of suggestions to the user, and awaits the response. This event is also fired when the user clicks the command button that changes the form's contents.
See Also