Re: Radio button group event?

Brady Kelly <[email protected]> Wed, 13 Feb 2008 16:51:12 +0200
Newsgroups gmane.comp.windows.devel.dotnet.winforms
Message-ID <[email protected]>
Andrew, that is exactly what I 'm doing, except less general.  However, of
course in hind-sight it's quite easy to iterate all the radio buttons and
subscribe the same event handler to each of their CheckChanged events,
regardless of the use.  May I assume that is what you do?



I found it useful to build a RadioButtonList control that has a "Value"
property and a "ValueChanged" event. It is useful in a number of
scenarios including databinding
  Andrew