ItemsControl上ItemsSourceChanged的附加事件

时间:2014-04-17 08:43:24

标签: c# .net wpf

是否可以为AttachedEvent创建ItemsControl,当ItemsSourceItems发生更改时会触发该内容?

将会像这样使用的东西:

<ItemsControl ItemsSource="{Binding ItemList}"
              ext:ItemsControlHelper.ItemsChanged="OnItemsChanged">
    ...
</ItemsControl>

我认为应该可以使用DependencyPropertyDescriptor执行此操作,但我无法用AttachedEvent包围确切的实现。

0 个答案:

没有答案