本文介绍了当用户单击“取消"按钮时,如何在DataGridView中取消验证?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我使用CellValidating-eventhandler验证了DataGridView,效果很好.但是,我想避免在用户按下取消"按钮时进行验证.在序列验证中,发生在事件CancelButton.Clicked之前.有什么想法吗?
I validate a DataGridView with the CellValidating-eventhandler.That works fine. However, I want to avoid validating when the user presses the Cancel button. In the sequence validation occurs before the event CancelButton.Clicked. Any ideas?
推荐答案
这篇关于当用户单击“取消"按钮时,如何在DataGridView中取消验证?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!