ComponentOne Input Library for WPF
C1.WPF.Input Namespace / C1TagEditor.TagEditorEditingEventHandler Delegate

In This Topic
    C1TagEditor.TagEditorEditingEventHandler Delegate
    In This Topic
    Occurs when a tag is being edited.
    Syntax
    'Declaration
     
    
    Public Delegate Sub C1TagEditor.TagEditorEditingEventHandler( _
       ByVal sender As Object, _
       ByVal e As TagEditorEditingEventArgs _
    ) 
    public delegate void C1TagEditor.TagEditorEditingEventHandler( 
       object sender,
       TagEditorEditingEventArgs e
    )

    Parameters

    sender
    e
    See Also