RichTextBox for WPF | ComponentOne
C1.WPF.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 ContextMenu _
    )
    public ContextMenuEventArgs( 
       ContextMenu menu
    )

    Parameters

    menu
    System.Windows.Controls.ContextMenu that caused the event to fire.
    See Also