ARKBreedingStats.StatIO.numericUpDownInput_ValueChanged C# (CSharp) Method

numericUpDownInput_ValueChanged() private method

private numericUpDownInput_ValueChanged ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void
        private void numericUpDownInput_ValueChanged(object sender, EventArgs e)
        {
            if (InputType == StatIOInputType.FinalValueInputType)
                InputValueChanged(this);
        }