ComponentOne SpellChecker for WPF and Silverlight
CheckControlCompletedEventHandler Delegate

C1.Silverlight.SpellChecker Namespace : CheckControlCompletedEventHandler Delegate
C1SpellChecker that fired the event.
CheckControlCompletedEventArgs that contains the event data.
Represents the method that will handle the CheckControlCompleted event.
Syntax
'Declaration
 
Public Delegate Sub CheckControlCompletedEventHandler( _
   ByVal sender As Object, _
   ByVal e As CheckControlCompletedEventArgs _
) 
public delegate void CheckControlCompletedEventHandler( 
   object sender,
   CheckControlCompletedEventArgs e
)

Parameters

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

Reference

CheckControlCompletedEventHandler Members
C1.Silverlight.SpellChecker Namespace