'Declaration
Public Event TagEdited As C1Tag.TagEditedEventHandler
public event C1Tag.TagEditedEventHandler TagEdited
Event Data
The event handler receives an argument of type TagEditedEventArgs containing data related to this event. The following TagEditedEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Text | Gets the current text. |
See Also