Vertex cloning event handler
Namespace:
QuickGraph.Algorithms.CloneAssembly: QuickGraph.Algorithms (in QuickGraph.Algorithms.dll) Version: 2.4.2.1514 (2.4.2.1514)
Syntax
| C# |
|---|
public delegate void CloneVertexEventHandler( Object sender, CloneVertexEventArgs e ) |
| Visual Basic (Declaration) |
|---|
Public Delegate Sub CloneVertexEventHandler ( _ sender As Object, _ e As CloneVertexEventArgs _ ) |
