C1.WPF.Input Namespace / C1TagEditor Class / Editing Event

Editing Event
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