Click or drag to resize

IBrowser.SpellCheckCompleted Event

Occurs when spell checking on the frame has been completed.

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

Value

Type: System.EventHandler<SpellCheckCompletedEventArgs>
Exceptions
ExceptionCondition
ObjectDisposedExceptionThe IBrowser has already been disposed.
See Also