The C1Spell type exposes the following members.

Events

  NameDescription
BadWord
Fired when a bad word is encountered during a spell check.
Changed
Fired after the checked string is changed.
Checking
Fired every second during spell checking to provide user feedback while checking long documents.
CheckStart
Fired right before the spell checking is started.
Complete
Fired after the spell check has been completed.
DialogAction
Fired when a button is clicked on the bad-word dialog box.
HelpBtnClick
Fired when the Help button on the bad-word dialog box is clicked.
OptionBtnClick
Fired when the Options button on the bad-word dialog box is clicked.
PopupDialog
Fires when the user clicks the Spelling item of the C1Spell run-time context menu.
SpellError
Fired when a spell-checking error occurs.
Suggestion
Fired after a word has been added to the Suggestions collection.
TypingError
Fired when a typing error is detected after the CheckTyping method is invoked.
TypingOK
Fired when a correct word is typed after the CheckTyping method is invoked.

See Also