Visual Studio 2008 中的 WPF 事件处理程序?
当我向从工具箱拖放到窗口的按钮添加事件时,属性窗口上的事件处理程序不可见。因此,我手动添加了事件(通过键入)。但是当我构建它并按 F5 后,按钮没有触发事件。
When i went to add an event to the button which i dragged and dropped from toolbox to the window, the event handler on the properties window was not visible.. because of this reason, i added the event manually (by typing). but after when i built it and pressed F5, the button was not firing the event.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是一个必须有效的小例子;-)
背后的代码
希望可以帮助你......
here is a little example that must be work ;-)
code behind
hope that helps you...