datagridview点击单元格中列的按钮事件

//列中的按钮点击事件
        private void dataGridViewTemplate_CellContentClick(object sender, DataGridViewCellEventArgs e)
        {
            //MessageBox.Show(this.dataGridViewTemplate.CurrentRow.Cells[2].Value.ToString());
        }

 

posted @ 2012-12-14 09:16  麦田HH  阅读(1097)  评论(0编辑  收藏  举报