DateTimePicker 更新值有点太早了
我正在使用 DateTimePicker (.net)。
有没有办法仅在日历关闭时更新该值? 或者有没有办法知道日历何时打开/关闭?
DateTimePicker 绑定到一个对象,该对象检查日期并在需要时弹出消息框。当用户浏览日期时,会出现消息框。我只希望在选择日期时执行此规则。
谢谢!
I'm using a DateTimePicker (.net).
Is there a way to update the value only when the calendar closes?
Or is there a way to know when the calendar open/closes?
The DateTimePicker is bound to an object and this object check the dates and pop a message box when needed. When the user is browsing for a date, the message box appears. I only want this rule to execute when the date is chosen.
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
有一个特写事件。这有帮助吗?
There's a CloseUp event. Does that help?