FubarDevelopment / QuickGraph

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

CP-25260: Inconsistent actions name #144

Open fubar-coder opened 6 years ago

fubar-coder commented 6 years ago

From unknown CodePlex user on Wednesday, 12 March 2014 12:11:38

Hi! I've noticed that actions

FormatEdge and FormatVertex from GraphvizAlgorithm

are of inconsistent type namings. As is,

FormatEdge is of type FormatEventAction<...>

and

FormatVertex is of type FormatVertexEventHandler<..>

I suppose it wasn't done intentionally, and it wouldn't be fixed due to backwards compatibility. However, I think it would be useful for you to be aware of such issue, if you are not :)

Thanks!