ComponentOne Input Library for WPF
C1.WPF.Input Namespace / C1TagEditor Class / Editing Event

In This Topic
    Editing Event
    In This Topic
    Occurs when tag is being edited.
    Syntax
    'Declaration
     
    
    Public Event Editing As C1TagEditor.TagEditorEditingEventHandler
    Event Data

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

    PropertyDescription
    Gets the position of the tag.  
    Gets the text of the tag.  
    See Also