Back to Devexpress

FormShowingEventArgs Class

corelibraries-devexpress-dot-xtraspellchecker-fb1eb220.md

latest2.1 KB
Original Source

FormShowingEventArgs Class

Provides data for the events which occur when a form is shown - SpellChecker.SpellingFormShowing, SpellChecker.OptionsFormShowing, SpellChecker.CheckCompleteFormShowing.

Namespace : DevExpress.XtraSpellChecker

Assembly : DevExpress.SpellChecker.v25.2.Core.dll

NuGet Package : DevExpress.SpellChecker.Core

Declaration

csharp
public class FormShowingEventArgs :
    EventArgs
vb
Public Class FormShowingEventArgs
    Inherits EventArgs

FormShowingEventArgs is the data class for the following events:

LibraryRelated API Members
WinForms ControlsSpellChecker.CheckCompleteFormShowing
SpellChecker.OptionsFormShowing
WPF ControlsSpellChecker.CheckCompleteFormShowing
SpellChecker.OptionsFormShowing

Inheritance

Object EventArgs FormShowingEventArgs SpellingFormShowingEventArgs

See Also

FormShowingEventArgs Members

DevExpress.XtraSpellChecker Namespace