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

In This Topic
    Editing Event
    In This Topic
    Syntax
    'Declaration
     
    
    Public Event Editing As TagEidtorEditingEventHandler
    public event TagEidtorEditingEventHandler Editing
    Event Data

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

    PropertyDescription
     
     
    See Also