Canguro.Controller.Grid.CardinalPointControl.notifyCellDirty C# (CSharp) Method

notifyCellDirty() private method

private notifyCellDirty ( ) : void
return void
        private void notifyCellDirty()
        {
            if (!settingValue && editingControl != null)
            {
                editingControl.EditingControlValueChanged = true;
                editingControl.EditingControlDataGridView.NotifyCurrentCellDirty(true);
            }
        }