Skip to main content

CheckAsYouTypeOptions.OptionChanged Event

Fires when any property of the CheckAsYouTypeOptions object is changed.

Namespace: DevExpress.XtraSpellChecker

Assembly: DevExpress.XtraSpellChecker.v24.1.dll

NuGet Package: DevExpress.Win.SpellChecker

Declaration

[Browsable(false)]
public event EventHandler OptionChanged

Event Data

The OptionChanged event's data class is EventArgs.

Remarks

Handle this event to perform specific actions when any changes to check-as-you-type options are made.

See Also