Raises the DictionaryChanged event.

Namespace:  C1.Silverlight.SpellChecker
Assembly:  C1.Silverlight.SpellChecker (in C1.Silverlight.SpellChecker.dll)

Syntax

C#
protected virtual void OnDictionaryChanged(
	EventArgs e
)
Visual Basic
Protected Overridable Sub OnDictionaryChanged ( _
	e As EventArgs _
)

Parameters

e
Type: System..::..EventArgs
EventArgs that contains the event data.

See Also