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