Flexivert Library Documentation
EdgeEventHandler Delegate
NamespacesFlexivert.EventEdgeEventHandler
Represents the method that will handle EdgeAdded, or EdgeRemoved event of a graph.
Declaration Syntax
C#Visual BasicVisual C++
public delegate void EdgeEventHandler(
	Object source,
	EdgeEventArgs args
)
Public Delegate Sub EdgeEventHandler ( _
	source As Object, _
	args As EdgeEventArgs _
)
public delegate void EdgeEventHandler(
	Object^ source, 
	EdgeEventArgs^ args
)
Parameters
source (Object)
The source of the event
args (EdgeEventArgs)
An EdgeEventArgs that contains the event data

Assembly: FVCore (Module: FVCore) Version: 0.5.8.1 (0.5.8.12)