RichTextBox for WPF | ComponentOne
C1.WPF.SpellChecker Namespace / CheckControlCompletedEventArgs Class / CheckControlCompletedEventArgs Constructor
The dialog.
The editor.
if set to true [cancelled].

In This Topic
    CheckControlCompletedEventArgs Constructor
    In This Topic
    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