Represents the method that will handle the TypingError event of C1Spell.
Namespace:
C1.Win.C1SpellAssembly: C1.Win.C1Spell.2 (in C1.Win.C1Spell.2.dll)
Syntax
C# |
---|
public delegate void TypingErrorEventHandler( Object sender, TypingErrorEventArgs e ) |
Visual Basic (Declaration) |
---|
Public Delegate Sub TypingErrorEventHandler ( _ sender As Object, _ e As TypingErrorEventArgs _ ) |