System.Windows.ExitEventArgs is a class in C# that represents the arguments passed to an event handler when the application exits. It contains properties that provide information about the exit code and whether the application was terminated forcefully or not. This class is typically used when handling the Application.Exit event.
C# (CSharp) System.Windows ExitEventArgs - 40 examples found. These are the top rated real world C# (CSharp) examples of System.Windows.ExitEventArgs extracted from open source projects. You can rate examples to help us improve the quality of examples.