RichTextBox for UWP | ComponentOne
C1.Xaml.RichTextBox Namespace / ContextMenuOpeningEventArgs Class / ContextMenuOpeningEventArgs Constructor

In This Topic
    ContextMenuOpeningEventArgs Constructor
    In This Topic
    Initializes a new ContextMenuOpeningEventArgs.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal selection As C1TextRange _
    )
    public ContextMenuOpeningEventArgs( 
       C1TextRange selection
    )

    Parameters

    selection
    See Also