Delegate to handle the CondensationGraphVertexEvent

Namespace:  QuickGraph.Algorithms
Assembly:  QuickGraph.Algorithms (in QuickGraph.Algorithms.dll) Version: 2.4.2.1514 (2.4.2.1514)

Syntax

C#
public delegate void CondensationGraphVertexEventHandler(
	Object sender,
	CondensationGraphVertexEventArgs arg
)
Visual Basic (Declaration)
Public Delegate Sub CondensationGraphVertexEventHandler ( _
	sender As Object, _
	arg As CondensationGraphVertexEventArgs _
)

See Also