WFA_psychometric_chart.Form_handler.dataGridView1_CellValidating C# (CSharp) Method

dataGridView1_CellValidating() private method

private dataGridView1_CellValidating ( object sender, System.Windows.Forms.DataGridViewCellValidatingEventArgs e ) : void
sender object
e System.Windows.Forms.DataGridViewCellValidatingEventArgs
return void
        private void dataGridView1_CellValidating(object sender, DataGridViewCellValidatingEventArgs e)
        {
            ////--This section helps in validation..
            //not required now.
        }