[]
        
(Showing Draft Content)

C1.Win.C1SpellChecker.SuggestionsEventHandler

SuggestionsEventHandler Delegate

Represents the method that will handle the ShowSuggestions event.

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

C1SpellChecker that fired the event.

SuggestionsEventArgs e

SuggestionsEventArgs that contains the event data.

Constructors

Name Description
SuggestionsEventHandler(object, IntPtr)

Methods

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