MultiSelect for WPF | ComponentOne
C1.WPF.Input Namespace / C1TagEditor Class / TextEdited Event

In This Topic
    TextEdited Event
    In This Topic
    Occurs when text is edited.
    Syntax
    'Declaration
     
    
    Public Event TextEdited As TextEditedEventHandler
    public event TextEditedEventHandler TextEdited
    Event Data

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

    PropertyDescription
    Gets the current text.  
    See Also