Remove registration for collection-specific events in Context.cs

Issue #43 wontfix
Christian Oeing repo owner created an issue

In the Value setter of Context.DataNode Collection-specific events are registered for to invoke the ValueChanged event even if the items of the bound collection changed. But the DataBinding won't forward the event anyway, so the events are obsolete.

Comments (4)

  1. Christian Oeing reporter

    Reverted the change as it is not needed for the DataBindings, but for the child nodes, so something like "MyCollection.3" is possible as a path to get the 4th element of a collection.

  2. Log in to comment