RichTextBox for UWP | ComponentOne
C1.Xaml.RichTextBox Namespace / C1RichTextBox Class / MouseSelectionCompleted Event

In This Topic
    MouseSelectionCompleted Event
    In This Topic
    Fired when the user completes a selection using a mouse.
    Syntax
    'Declaration
     
    Public Event MouseSelectionCompleted As EventHandler
    public event EventHandler MouseSelectionCompleted
    See Also