Opc.Ua.ServerTest.TestCaseTreeCtrl.IterationsCTRL_ValueChanged C# (CSharp) Method

IterationsCTRL_ValueChanged() private method

private IterationsCTRL_ValueChanged ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void
        private void IterationsCTRL_ValueChanged(object sender, EventArgs e)
        {
            try
            {
                m_configuration.Iterations = (uint)IterationsCTRL.Value;
            }
            catch (Exception exception)
            {
				GuiUtils.HandleException(this.Text, MethodBase.GetCurrentMethod(), exception);
            }
        }