开发者

How to create custom properties keypress event in propertygrid using vb.net or c#

开发者 https://www.devze.com 2023-03-07 16:54 出处:网络
I need a coding for keypressevent in particular properties from the property grid. It is possible to create an event for these(PropertyGrid Properties) properties?

I need a coding for keypressevent in particular properties from the property grid.

It is possible to create an event for these(PropertyGrid Properties) properties?

(or)

How to create c开发者_如何学Goustom events for custom properties?


There's a PropertyValueChanged event you can listen to. The event args should have some info on what property got changed and what the value is.

0

精彩评论

暂无评论...
验证码 换一张
取 消