ComponentOne SpellChecker for WPF and Silverlight
CheckControlCompletedEventArgs Constructor

C1.Silverlight.SpellChecker Namespace > CheckControlCompletedEventArgs Class : CheckControlCompletedEventArgs Constructor
The dialog.
The editor.
if set to true [cancelled].
Initializes a new instance of the CheckControlCompletedEventArgs class.
Syntax
'Declaration
 
Public Function New( _
   ByVal dialog As ISpellDialog, _
   ByVal editor As ISpellCheckableEditor, _
   ByVal cancelled As Boolean _
)
public CheckControlCompletedEventArgs( 
   ISpellDialog dialog,
   ISpellCheckableEditor editor,
   bool cancelled
)

Parameters

dialog
The dialog.
editor
The editor.
cancelled
if set to true [cancelled].
See Also

Reference

CheckControlCompletedEventArgs Class
CheckControlCompletedEventArgs Members