16,722
社区成员




AddHandler 数据列表.CellValidating, AddressOf 输入验证
Sub 输入验证(sender As Object, e As DataGridViewCellValidatingEventArgs)
If e.FormattedValue = "嗯嗯" Then MessageBox.Show("确定添加?", "友情提示", MessageBoxButtons.YesNo)
End Sub