Interface ITagged<TTag>
Represents an object that is able to be tagged.
Namespace: QuikGraph
Assembly: QuikGraph.dll
Syntax
public interface ITagged<TTag>
Type Parameters
Name | Description |
---|---|
TTag | Tag type. |
Properties
| Improve this Doc View SourceTag
Gets or sets the tag.
Declaration
TTag Tag { get; set; }
Property Value
Type | Description |
---|---|
TTag |
Events
| Improve this Doc View SourceTagChanged
Fired when the tag is changed.
Declaration
event EventHandler TagChanged
Event Type
Type | Description |
---|---|
System.EventHandler |