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

In This Topic
    TagEdited Event (C1TagEditor)
    In This Topic
    Occurs when a tag is edited.
    Syntax
    'Declaration
     
    
    Public Event TagEdited As TagEditedEventHandler
    public event TagEditedEventHandler TagEdited
    Event Data

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

    PropertyDescription
    Gets the current text.  
    See Also