FormShowingEventHandler Delegate
In This Article
Represents a method that will handle the SpellChecker.CheckCompleteFormShowing, the SpellChecker.OptionsFormShowing and the SpellChecker.SpellingFormShowing events.
Namespace: DevExpress.XtraSpellChecker
Assembly: DevExpress.SpellChecker.v14.2.Core.dll
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
sender | Object | The event source. |
e | Form |
A Form |
See Also