Class VertexEventArgs<TVertex>
Base class for arguments of an event related to a vertex.
Inheritance
System.Object
System.EventArgs
VertexEventArgs<TVertex>
Inherited Members
System.EventArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: QuikGraph
Assembly: QuikGraph.dll
Syntax
[Serializable]
public class VertexEventArgs<TVertex> : EventArgs
Type Parameters
Name | Description |
---|---|
TVertex | Vertex type. |
Constructors
| Improve this Doc View SourceVertexEventArgs(TVertex)
Initializes a new instance of the VertexEventArgs<TVertex> class.
Declaration
public VertexEventArgs(TVertex vertex)
Parameters
Type | Name | Description |
---|---|---|
TVertex | vertex | Concerned vertex. |
Exceptions
Type | Condition |
---|---|
System.ArgumentNullException |
|
Properties
| Improve this Doc View SourceVertex
Vertex concerned by the event.
Declaration
public TVertex Vertex { get; }
Property Value
Type | Description |
---|---|
TVertex |