| SubGraphViewTVertex, TEdgeUnbindEvents Method  | 
 
            Unbinds the event handlers from 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)
Syntaxpublic void UnbindEvents()
RemarksUse this method to unbind the view from the main graph in an undo-redo system rather than calling Dispose(), as
            Dispose can't be undone and if a subgraphview's removal has to be undone, BindEvents() has to be called again.
See Also