FubarDevelopment / QuickGraph

Fork of https://quickgraph.codeplex.com/
Microsoft Public License
9 stars 2 forks source link

CP-21550: OnEdgeRemoved and OnVertexRemoved not called with BiDirectionalGraph.Clear() method #118

Open fubar-coder opened 6 years ago

fubar-coder commented 6 years ago

From unknown CodePlex user on Thursday, 22 September 2011 13:14:42

The OnEdgeRemoved and OnVertexRemoved are not called when the BidirectionalGraph.Clear method is called. This causes event handlers to not catch the graph when it is cleared, the underlying collections are just cleared.