ComponentOne SpellChecker for WPF and Silverlight
C1.WPF.SpellChecker Namespace / ContextMenuEventHandler Delegate
C1SpellChecker that fired the event.
ContextMenuEventArgs that contains the event data.

In This Topic
    ContextMenuEventHandler Delegate
    In This Topic
    Represents the method that will handle the ContextMenuCreated event.
    Syntax
    'Declaration
     
    
    Public Delegate Sub ContextMenuEventHandler( _
       ByVal sender As Object, _
       ByVal e As ContextMenuEventArgs _
    ) 
    public delegate void ContextMenuEventHandler( 
       object sender,
       ContextMenuEventArgs e
    )

    Parameters

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