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 :)
From unknown CodePlex user on Wednesday, 12 March 2014 12:11:38
Hi! I've noticed that actions
are of inconsistent type namings. As is,
and
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!