Skip to main content
A newer version of this page is available. .

CheckAsYouTypeOptions.OptionChanged Event

Fires when any property of the CheckAsYouTypeOptions object is changed.

Namespace: DevExpress.XtraSpellChecker

Assembly: DevExpress.XtraSpellChecker.v18.2.dll

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