Skip to main content

FormShowingEventArgs Class

Base class that enables you to manage the event which occurs when a form is shown - the SpellChecker.SpellingFormShowing event.

Namespace: DevExpress.XtraSpellChecker

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

#Declaration

public class FormShowingEventArgs

#Remarks

Use the FormShowingEventArgs.Handled property to indicate whether default processing of the SpellChecker.SpellingFormShowing event is required.

#Inheritance

See Also