Handler delegate
| C# | Visual Basic | Visual C++ | F# |
public delegate void TextBoxSpellCheckEventHandler( Object sender, TextBoxSpellCheckEventArgs e )
Public Delegate Sub TextBoxSpellCheckEventHandler ( sender As Object, e As TextBoxSpellCheckEventArgs )
public delegate void TextBoxSpellCheckEventHandler( Object^ sender, TextBoxSpellCheckEventArgs^ e )
type TextBoxSpellCheckEventHandler = delegate of sender : Object * e : TextBoxSpellCheckEventArgs -> unit
- sender (Object)
Assembly: Keyoti.RapidSpell.NET2 (Module: Keyoti.RapidSpell.NET2.dll) Version: 4.6.1.204