How to prevent value changed events from firing on form initialization in .NET?

后端 未结 10 2422
清歌不尽
清歌不尽 2020-12-03 07:01

Consider a simple .NET form with a couple of radio buttons and a checkbox.

Each of the radio buttons has a CheckedChanged handler setup that performs some action bas

10条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-03 07:56

    Maybe for some functionality you can use the click event instead of the check changed event.

提交回复
热议问题