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.
我在 TextBox 上寻找像“OnClick”这样的事件。
我的目标只是在用户单击 TextBox 时擦除文本。
我正在为 Windows 8 开发 VS2012。
谢谢。
你应该处理这个GotFocus事件。
GotFocus
您在寻找Tapped活动吗?这几乎是基于触摸的 Windows 开发的新事件Click或事件,其中包括 Windows 8 商店应用程序和 Windows Phone 应用程序Clicked
Tapped
Click
Clicked