[]
        
(Showing Draft Content)

C1.Win.C1SpellChecker.AutoReplaceEventHandler

AutoReplaceEventHandler Delegate

Represents the method that will handle the AutoReplace event.

Namespace: C1.Win.C1SpellChecker
Assembly: C1.Win.C1SpellChecker.4.8.dll
Syntax
public delegate void AutoReplaceEventHandler(object sender, AutoReplaceEventArgs e)
Parameters
Type Name Description
object sender

C1SpellChecker that fired the event.

AutoReplaceEventArgs e

AutoReplaceEventArgs that contains the event data.

Constructors

Name Description
AutoReplaceEventHandler(object, IntPtr)

Methods

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