What is the last event to fire when loading a new WPF/C# window?

前端 未结 7 583
梦毁少年i
梦毁少年i 2020-12-08 10:47

I am trying to load a preferences window for my application and I would like the apply button to initially be disabled, then when a preference is updated, the apply button g

相关标签:
7条回答
  • Not to throw a whole lot of stuff at you that you may or may not be familiar with, but if this is a relatively new codebase, you may want to consider using the MVVM pattern and use Commands instead of the archaic (emphasis mine) eventing model.

    0 讨论(0)
提交回复
热议问题