Flood.GUI.Controls.Properties.OnRowValueChanged C# (CSharp) Method

OnRowValueChanged() private method

private OnRowValueChanged ( Control control ) : void
control Control
return void
        private void OnRowValueChanged(Control control)
        {
            if (ValueChanged != null)
                ValueChanged.Invoke(control);
        }