OnDictionaryChanged Method (C1SpellChecker)
In This Topic
Raises the
DictionaryChanged event.
Syntax
'Declaration
Protected Overridable Sub OnDictionaryChanged( _
ByVal As EventArgs _
)
protected virtual void OnDictionaryChanged(
EventArgs
)
Parameters
- e
- System.EventArgs that contains the event data.
See Also