[]
        
(Showing Draft Content)

C1.Win.SpellChecker.AutoReplaceEventHandler

AutoReplaceEventHandler Delegate

Represents the method that will handle the AutoReplace event.

Namespace: C1.Win.SpellChecker
Assembly: C1.Win.SpellChecker.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, nint)

Methods

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