'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].