CSL.DataGridViewHandler.dv_DataError C# (CSharp) Method

dv_DataError() public method

public dv_DataError ( object sender, System.Windows.Forms.DataGridViewDataErrorEventArgs e ) : void
sender object
e System.Windows.Forms.DataGridViewDataErrorEventArgs
return void
        void dv_DataError(object sender, DataGridViewDataErrorEventArgs e)
        {
            //Ignore the data error
        }