ComponentOne SpellChecker for WPF and Silverlight
C1.Silverlight.SpellChecker Namespace / ContextMenuEventArgs Class / ContextMenuEventArgs Constructor

In This Topic
    ContextMenuEventArgs Constructor
    In This Topic
    Initializes a new instance of a ContextMenuEventArgs.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal menu As C1.Silverlight.C1ContextMenu _
    )
    public ContextMenuEventArgs( 
       C1.Silverlight.C1ContextMenu menu
    )

    Parameters

    menu
    C1.Silverlight.C1ContextMenu that caused the event to fire.
    See Also