如何将SelectedValueChanging事件添加到组合框中

时间:2018-02-16 09:53:12

标签: c# winforms events delegates anonymous-delegates

我需要继承ComboBox才能添加新事件OnSelectedValueChanging()。 当用户尝试更改组合框的当前选定值时,应触发此事件。 此事件也应该是可取消的(例如,用户可以像在FormClosing事件中那样使用e.cancel)

<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<img src="https://lorempixel.com/100/100/">
<img src="https://lorempixel.com/100/100/">
<img src="https://lorempixel.com/100/100/">
<img src="https://lorempixel.com/100/100/">
<img src="https://lorempixel.com/100/100/">

0 个答案:

没有答案