© 2026 Hedgehog Software, LLC
ValueChanged=@( async text => { protocol.maxIterations = text; await OnProtocolChanged(protocol); })
ValueChanged=@(async text => await OnProtocolChanged(protocol.SetValue(x => x.maxIterations, text)
ValueChanged=@( async text => await OnProtocolChanged(protocol.GetType().GetProperty("Location"), text))