Class AutoCorrectEventArgs
Provides data for the AutoCorrectEvent
handler.
public class AutoCorrectEventArgs : EventArgs
- Inheritance
-
AutoCorrectEventArgs
Properties
- CorrectWord
Represents corrected word.
- HasCorrection
Represents a value indicating whether specified word is corrected.
- Word
Represents words to correct.