Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我创建了一个组件。它有一个用于更改某些属性的设计器表单。我正在更改设计器表单中的一些属性,但更改不适用于 propertygrid 和 Designer.cs 文件,除非移动组件。当我在 Designerform 更改应用 propertygrid 和设计器代码中更改属性时,我必须做什么?
我不确定,但我认为你的类必须实现 INotifyPropertyChanged 接口。在集合中你必须触发这个事件。
正如我所说:我不确定这是否适合你。就试一试吧