Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在显示新选项卡后,我想在选择新选项卡时触发一个事件。
我尝试使用在.Selecting选择新选项卡之前触发的事件,以及在选择.Selected新选项卡之后但在显示之前触发的事件。我还尝试.VisibleChanged了新选项卡中的控件。最后我尝试.Enter了标签本身。.selected这两者都给出了与在显示新选项卡之前触发事件类似的结果。
.Selecting
.Selected
.VisibleChanged
.Enter
.selected
有没有人建议在显示新标签后如何触发事件?
您可以使用该SelectedIndexChanged事件来实现您想要的。
SelectedIndexChanged