コード例 #1
0
        protected override bool Reload(PropertyListFormat.ReadWriteContext ctx)
        {
            SuppressChangeEvents = true;
            var result = ctx.ReadDict(this);

            SuppressChangeEvents = false;
            if (result)
            {
                OnChanged(EventArgs.Empty);
            }
            return(result);
        }
コード例 #2
0
 protected abstract bool Reload(PropertyListFormat.ReadWriteContext ctx);