Occurs when an object of type IncorrectWord is changing by spell check context menu or spell check dialog operations. The IncorrectWordChangingHandler receives an argument of type IncorrectWordChangingEventArgs containing data related to this event.

Introduced: 3.0.

Syntax

public event WPF.Proofing.IncorrectWordChangingHandler IncorrectWordChanging;
Public Event IncorrectWordChanging As WPF.Proofing.IncorrectWordChangingHandler

Remarks

This event does not occur on changing objects of type TXTextControl.MisspelledWord. Those operations are handled by the MisspelledWordChanging event.