Class SpellCheckerDialog
Interaction logic for SpellCheckerDialog.xaml
Inheritance
System.Object
SpellCheckerDialog
Implements
System.IDisposable
Namespace: Syncfusion.Windows.Controls
Assembly: Syncfusion.SfSpellChecker.WPF.dll
Syntax
public class SpellCheckerDialog : Window, IDisposable
Constructors
SpellCheckerDialog(SfSpellChecker, IEditorProperties)
Initializes the instance of SpellCheckerDialog
Declaration
public SpellCheckerDialog(SfSpellChecker checker, IEditorProperties editor)
Parameters
Type | Name | Description |
---|---|---|
SfSpellChecker | checker | |
IEditorProperties | editor |
Methods
Dispose()
Disposes the instance of SpellCheckerDialog
Declaration
public void Dispose()
OnApplyTemplate()
Invoked when a control template is applied.
Declaration
public override void OnApplyTemplate()
Events
SpellCheckCompleted
Event which is handled after spell check operations are completed
Declaration
public event EventHandler SpellCheckCompleted
Event Type
Type |
---|
System.EventHandler |
Implements
System.IDisposable