WPF Closing event not fired in windows 7?, Try attaching the event from code, not from xaml : this.Closing += OnClosing;. For me this works both for both ...
確定! 回上一頁