[]
        
(Showing Draft Content)

C1.WPF.SpellChecker.BadWordEventHandler

BadWordEventHandler Delegate

Represents the method that will handle the BadWordFound event.

Namespace: C1.WPF.SpellChecker
Assembly: C1.WPF.SpellChecker.4.6.2.dll
Syntax
public delegate void BadWordEventHandler(object sender, BadWordEventArgs e)
Parameters
Type Name Description
object sender

C1SpellChecker that fired the event.

BadWordEventArgs e

BadWordEventArgs that contains the event data.

Constructors

Name Description
BadWordEventHandler(object, IntPtr)

Methods

Name Description
BeginInvoke(object, BadWordEventArgs, AsyncCallback, object)
EndInvoke(IAsyncResult)
Invoke(object, BadWordEventArgs)