阅读背景:

通过绑定添加最初缺少的集合项

来源:互联网 

Given:

class StringRecord : INotifyPropertyChanged
{
    public string Key   { get; set; } // real INPC implementation is omitted
    public string Value { get; set; } // real INPC implementation is omitted
    ...
}

class Container
{
    public ObservableKeyedCollection<string, StringRecord> Params { get; set; }
    ...
{
class StringRecord : INotifyPropertyCh



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: