Editor for WinForms | ComponentOne
C1.Win.Editor.8 Assembly / C1.Win.Editor Namespace / C1Editor Class / SelectedTextChanged Event

In This Topic
    SelectedTextChanged Event
    In This Topic
    An event fired when Editor selected text changed.
    Syntax
    'Declaration
     
    Public Event SelectedTextChanged As System.EventHandler(Of SelectedTextEventArgs)
    public event System.EventHandler<SelectedTextEventArgs> SelectedTextChanged
    Event Data

    The event handler receives an argument of type SelectedTextEventArgs containing data related to this event. The following SelectedTextEventArgs properties provide information specific to this event.

    PropertyDescription
    Currently selected text.  
    See Also