C# XUnit test event with custom delegate without EventArgs

后端 未结 0 1059
忘了有多久
忘了有多久 2020-12-03 14:12

I am currently writing tests for my .net framework 4.8 wpf application. I have a few events of the style

    public event CustomEventHandler ValueChanged;
            


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题