void radioButton1_ToggleStateChanged(object sender, StateChangedEventArgs args) { status.Text = (sender as radioButton).Text + "is selected"; }