gpt4 book ai didi

c# - 在 C# 中对文本框模糊运行函数

转载 作者:行者123 更新时间:2023-11-30 20:05:03 25 4
gpt4 key购买 nike

在 C# 中,当文本框失去焦点时,您将事件附加到什么事件?我的功能是这样的:

private void txtModifier1_Blur(object sender, EventArgs e)
{
// code...
}

...我会这样分配它:

this.txtModifier1.Blur += new System.EventHandler(this.txtModifier1_Blur);

...但是没有Blur。有什么想法吗?

最佳答案

假设这是 Windows 窗体,您正在寻找 Leave 事件。

关于c# - 在 C# 中对文本框模糊运行函数,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12015614/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com