-5
A
答えて
1
public partial class MainWindow
{
public MainWindow()
{
InitializeComponent();
this.Closing += (sender, args) => ...; // Occurs after X is pressed. You can cancel closure here.
this.Closed += (sender, args) => ...; // Occurs when the window is already closed.
}
}
関連する問題
- 1. WPF app.xaml exitイベントが動作しない
- 2. javascript beforページをフルロード
- 3. Android 6.0設定許可beforスプラッシュ画面
- 4. Pythonのexit(0)とexit(1)の違い
- 5. Exit Wait For Exitが動作しない
- 6. 親Beforの子スレッドを実行する方法 - cのpthreads
- 7. @ Url.Action( "Action"、 "Controller")は "/ cgi-bin?action = Action & controller = Controller"を返す
- 8. TestNgコンソールアプリケーションExit with
- 9. Exit opened Application
- 10. SDL exit fullscreen
- 11. Docker mysql instant exit
- 12. SegFault on application exit
- 13. Intercept Tkinter "Exit"コマンド?
- 14. os.system( 'exit')のトラブル
- 15. Phonegap 1.5 - exit app
- 16. GroovyShell exit multiline
- 17. {controller}。{action}
- 18. exitをメインメニュー(Java)に戻す
- 19. Pythonでexit whileループ
- 20. エラー:open:src:None-Zero Exit(1)
- 21. Toast enter/exitのカスタムアニメーション?
- 22. exit(0)vs return 0
- 23. [-n "$ VARIABLE"] || exit 0 mean
- 24. `exit`イベントは、手動
- 25. exit matplotlibのPyQtセグメンテーションフォルト
- 26. exit(0)とexit(1)という意味は何ですか?
- 27. dispatch ListView item action
- 28. spring-mvc download action
- 29. Capybara Force Action
- 30. java Swing button action