| 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.2.0.0 (1.2.16.0406)
Syntax
RemarksUse 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