本文介绍了通过抛出异常来阻止DataGrid中的删除,我可以抓住它吗?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我阅读的文章建议通过抛出异常来阻止删除

RowDeleting事件。

我不明白我在哪里可以捕获此错误?

I read articles that suggest preventing delete by throwing Exception from
RowDeleting Event.
I not understand where I can catch this Error?

推荐答案





这篇关于通过抛出异常来阻止DataGrid中的删除,我可以抓住它吗?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-06 03:52