Occurs when an object of type TXTextControl.MisspelledWord is changing by spell check context menu or spell check dialog operations. The MisspelledWordChangingHandler receives an argument of type MisspelledWordChangingEventArgs containing data related to this event.

Introduced: 3.0.

Syntax

public event WPF.Proofing.MisspelledWordChangingHandler MisspelledWordChanging;
Public Event MisspelledWordChanging As WPF.Proofing.MisspelledWordChangingHandler

Remarks

This event does not occur either on changing objects of type IncorrectWord or changing TXTextControl.MisspelledWord objects by using the TXTextControl.TextControl's built-in spell check context menu or spell check dialog. Changing operations on incorrect words are handled by the IncorrectWordChanging event.