Class MsaglVertexEventArgs<TVertex>
Arguments of an event related to an MSAGL vertex.
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.MSAGL
Assembly: QuikGraph.MSAGL.dll
Syntax
[Serializable]
public class MsaglVertexEventArgs<TVertex> : VertexEventArgs<TVertex>
Type Parameters
| Name | Description |
|---|---|
| TVertex | Vertex type. |
Constructors
| Improve this Doc View SourceMsaglVertexEventArgs(TVertex, Node)
Initializes a new instance of the MsaglVertexEventArgs<TVertex> class.
Declaration
public MsaglVertexEventArgs(TVertex vertex, Node node)
Parameters
| Type | Name | Description |
|---|---|---|
| TVertex | vertex | Concerned vertex. |
| Microsoft.Msagl.Drawing.Node | node | Concerned Microsoft.Msagl.Drawing.Node. |
Exceptions
| Type | Condition |
|---|---|
| System.ArgumentNullException |
|
| System.ArgumentNullException |
|
Properties
| Improve this Doc View SourceNode
Microsoft.Msagl.Drawing.Node concerned by the event.
Declaration
public Node Node { get; }
Property Value
| Type | Description |
|---|---|
| Microsoft.Msagl.Drawing.Node |