ComponentOne Input Library for WPF
C1.WPF.Input Namespace / C1Tag Class / TagEdited Event

In This Topic
    TagEdited Event
    In This Topic
    Occurs when a tag is edited.
    Syntax
    'Declaration
     
    
    Public Event TagEdited As C1Tag.TagEditedEventHandler
    public event C1Tag.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