BeforeCheckWordEventArgs Properties
Provides data for the BeforeCheckWord event.| Name | Description |
|---|---|
| Cancel | Gets or sets a value indicating whether the event should be canceled. Inherited from CancelEventArgs. |
| EditControl | Gets the control being checked |
| StartPosition | Gets the position of the checked word in a text. |
| Word | Gets a word to be checked. |
See Also