Click or drag to resize
SubGraphViewTVertex, TEdgeBindEvents Method
Binds the event handlers to the events of the main graph.

Namespace:  SD.Tools.Algorithmia.Graphs
Assembly:  SD.Tools.Algorithmia (in SD.Tools.Algorithmia.dll) Version: 1.3.0.0 (1.3.17.0314)
Syntax
public void BindEvents()
Remarks
Use this method to Bind the view to the main graph again when the view is added to a list in an undo-redo system if the events are unbound using UnbindEvents in the removal action.
See Also