C1.WPF.SpellChecker Namespace / CheckControlCompletedEventHandler Delegate
C1SpellChecker that fired the event.
CheckControlCompletedEventArgs that contains the event data.

In This Topic
CheckControlCompletedEventHandler Delegate
In This Topic
Represents the method that will handle the CheckControlCompleted event.
Syntax
'Declaration
 
Public Delegate Sub CheckControlCompletedEventHandler( _
   ByVal sender As Object, _
   ByVal e As CheckControlCompletedEventArgs _
) 
 

Parameters

sender
C1SpellChecker that fired the event.
e
CheckControlCompletedEventArgs that contains the event data.
See Also