C1.WPF.Input Namespace / C1TagEditor.TagEditorEditingEventHandler Delegate
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 _
) 
 

Parameters

sender
e
See Also