Keyoti RapidSpell WPF API Docs
RapidSpellDialog..::..TextBoxSpellCheckEventHandler Delegate
APIKeyoti.RapidSpell.WpfRapidSpellDialogRapidSpellDialog..::..TextBoxSpellCheckEventHandler
Keyoti RapidSpell WPF
Handler delegate
Declaration Syntax
C#C#Visual BasicVisual BasicVisual C++Visual C++F#F#
public delegate void TextBoxSpellCheckEventHandler(
	Object sender,
	TextBoxSpellCheckEventArgs e
)
public delegate void TextBoxSpellCheckEventHandler(
	Object sender,
	TextBoxSpellCheckEventArgs e
)
Public Delegate Sub TextBoxSpellCheckEventHandler ( 
	sender As Object,
	e As TextBoxSpellCheckEventArgs
)
Public Delegate Sub TextBoxSpellCheckEventHandler ( 
	sender As Object,
	e As TextBoxSpellCheckEventArgs
)
public delegate void TextBoxSpellCheckEventHandler(
	Object^ sender, 
	TextBoxSpellCheckEventArgs^ e
)
public delegate void TextBoxSpellCheckEventHandler(
	Object^ sender, 
	TextBoxSpellCheckEventArgs^ e
)
type TextBoxSpellCheckEventHandler = 
    delegate of 
        sender : Object * 
        e : TextBoxSpellCheckEventArgs -> unit
type TextBoxSpellCheckEventHandler = 
    delegate of 
        sender : Object * 
        e : TextBoxSpellCheckEventArgs -> unit
Parameters

Assembly: Keyoti4.RapidSpell.WPF (Module: Keyoti4.RapidSpell.WPF.dll) Version: 3.1.16.1214