开发者

Invalidating the control while changing parameters in the collection editor

We are looking for a more elegant way to update control contents while editing it's properties in a collection editor.

As far as we know the only solution is the following: http://dotnetfacts.blogspot.com/2008/05/how-to-take-control-over-collection.html

And therefore declaring a static event handler:

public static event MyPropertyValueChangedEventHandler MyPropertyValueChanged

This solution has a number of 开发者_StackOverflowdrawbacks (think about having more than one control) and we were wondering if a different approach is possible.

Thanks.


Here is the most useful link found so far: http://engineeringdotnet.blogspot.com/2010/08/modifying-c-collectioneditor-for-real.html

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜