HandyOrg / HandyOrg/HandyControl
关于给PropertyGrid控件搞一个PropertyValueChanged事件
Open
Nobody has claimed this yet.
:factory: enhancement
- Dominant language
- C#
- Stars
- 7.2k
- Forks
- 1.2k
- PR merge metrics
- No merged PRs in 30d
Description
就是给PropertyGrid控件搞一个PropertyValueChanged事件,就是在PropertyGrid控件绑定的实体类对象里属性的值更改时触发这个事件,相关例子就是Winform的PropertyGrid就有这个PropertyValueChanged事件,希望作者能加下这个事件
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the WPF PropertyGrid control and its handling of changes to properties on the bound entity. Compare the requested behavior with WinForms' PropertyValueChanged event; the work is done when the new event is triggered whenever a bound property value changes.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- desktop
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Needs clarification
- Newbie friendliness
- 48/100