Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

RadioButton (or GroupBox) Event that Fires Only When Selected

Status
Not open for further replies.

BoulderBum

Programmer
Jul 11, 2002
2,179
US
I'm adding event handling code to the CheckedChanged Event currently, but it fires both when selecting or de-selecting the RadioButton. Is there a different event that only fires upon selection?
 
CheckedChanged() should solve your problem but you can use Click() or MouseUp();
-obislavu-
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top