Click or drag to resize

IBrowserSpellCheckCompleted Event

Occurs when spell checking on the frame has been completed.

Namespace:  DotNetBrowser.Browser
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
event EventHandler<SpellCheckCompletedEventArgs> SpellCheckCompleted

Value

Type: SystemEventHandlerSpellCheckCompletedEventArgs
Exceptions
ExceptionCondition
ObjectDisposedExceptionThe IBrowser has already been disposed.
See Also