Lightswitch中未处理参数异常

本文关键字:异常 参数 未处理 Lightswitch | 更新日期: 2023-09-27 18:28:03

在以下代码中引发参数异常错误。这是一个简单的代码,但我是c#的新手。

 partial void PrintDocLetter1_CanExecute(ref bool result)
    {
        if (this.PatientsMasterItem.EligibileToParticipate != true)
        {

         this.FindControl("Print Doc Letter1").IsReadOnly = true;
        }

Lightswitch中未处理参数异常

尝试使用这个。FindControl("PrintDocLetter1").IsReadOnly=true;