ComponentOne SpellChecker for WinForms
ContextMenuEventHandler Delegate

C1.Win.C1SpellChecker.4 Assembly > C1.Win.C1SpellChecker Namespace : ContextMenuEventHandler Delegate
C1SpellChecker that fired the event.
ContextMenuEventArgs that contains the event data.
Represents the method that will handle the ContextMenuCreated event.
Syntax
'Declaration
 
Public Delegate Sub ContextMenuEventHandler( _
   ByVal sender As System.Object, _
   ByVal e As ContextMenuEventArgs _
) 
public delegate void ContextMenuEventHandler( 
   System.object sender,
   ContextMenuEventArgs e
)

Parameters

sender
C1SpellChecker that fired the event.
e
ContextMenuEventArgs that contains the event data.
See Also

Reference

ContextMenuEventHandler Members
C1.Win.C1SpellChecker Namespace