HandyOrg / HandyOrg/HandyControl

关于给PropertyGrid控件搞一个PropertyValueChanged事件

Open
#457 4 comments 0 reactions 0 assignees View on GitHub

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.