开发者

How to you create a method that is called with the main window come active in a WPF app?

开发者 https://www.devze.com 2023-01-05 19:06 出处:网络
How to you create a method that is called with the m开发者_Python百科ain window come active in a WPF app?Just override Window.OnActivated in your main window (or subscribe to the main window\'s Activa

How to you create a method that is called with the m开发者_Python百科ain window come active in a WPF app?


Just override Window.OnActivated in your main window (or subscribe to the main window's Activated event).

0

精彩评论

暂无评论...
验证码 换一张
取 消