A Sandcastle Documented Class Library
MainWindowMenuItemExit_Click Method |
Exit the application
Namespace: WpfUI
Assembly: WpfUI (in WpfUI.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
private void MenuItemExit_Click( Object sender, RoutedEventArgs e )
Parameters
- sender
- Type: SystemObject
[Missing <param name="sender"/> documentation for "M:WpfUI.MainWindow.MenuItemExit_Click(System.Object,System.Windows.RoutedEventArgs)"]
- e
- Type: System.WindowsRoutedEventArgs
[Missing <param name="e"/> documentation for "M:WpfUI.MainWindow.MenuItemExit_Click(System.Object,System.Windows.RoutedEventArgs)"]
Remarks
[Missing <remarks> documentation for "M:WpfUI.MainWindow.MenuItemExit_Click(System.Object,System.Windows.RoutedEventArgs)"]
See Also