如果集合被修改,如何引发事件。类型是对象,如:
public object Source
{
get;
set;
}
我想在 OnPropertyChanged 中引发 Source 的 NotifyCollectionChangedEvent
如果集合被修改,如何引发事件。类型是对象,如:
public object Source
{
get;
set;
}
我想在 OnPropertyChanged 中引发 Source 的 NotifyCollectionChangedEvent