'Declaration
Public Event Editing As C1TagEditor.TagEditorEditingEventHandler
public event C1TagEditor.TagEditorEditingEventHandler Editing
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.
Property | Description |
---|---|
Position | Gets the position of the tag. |
Text | Gets the text of the tag. |
See Also