C1.WPF.Input Namespace / C1Tag.TagEditedEventHandler Delegate
The event sender.
The event data.

In This Topic
C1Tag.TagEditedEventHandler Delegate
In This Topic
Represents the method that handles the C1Tag.TagEdited event.
Syntax
'Declaration
 
Public Delegate Sub C1Tag.TagEditedEventHandler( _
   ByVal sender As Object, _
   ByVal e As TagEditedEventArgs _
) 
 

Parameters

sender
The event sender.
e
The event data.
See Also