Canguro.Controller.Grid.StraightFrameControl.notifyCellDirty C# (CSharp) 메소드

notifyCellDirty() 개인적인 메소드

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