BeforeCheckWordEventArgs Constructors
Provides data for the BeforeCheckWord event.Name | Parameters | Description |
---|---|---|
BeforeCheckWordEventArgs(Object, String, Position, Boolean) | editControl, word, startPosition, cancel | Initializes a new instance of the BeforeCheckWordEventArgs class with the specified settings. |
BeforeCheckWordEventArgs(Object, String, Boolean) | editControl, word, cancel | Initializes a new BeforeCheckWordEventArgs class instance with specified settings. |
See Also