Represents the method that will handle the CheckControlCompleted event.

Namespace:  C1.Silverlight.SpellChecker
Assembly:  C1.Silverlight.SpellChecker (in C1.Silverlight.SpellChecker.dll)

Syntax

C#
public delegate void CheckControlCompletedEventHandler(
	Object sender,
	CheckControlCompletedEventArgs e
)
Visual Basic
Public Delegate Sub CheckControlCompletedEventHandler ( _
	sender As Object, _
	e As CheckControlCompletedEventArgs _
)

Parameters

sender
Type: System..::..Object
C1SpellChecker that fired the event.
e
Type: C1.Silverlight.SpellChecker..::..CheckControlCompletedEventArgs
CheckControlCompletedEventArgs that contains the event data.

See Also