Table of Contents

Class WpfApplicationCommands

Namespace
Tudormobile.Wpf.Commands
Assembly
Tudormobile.WpfApp.dll

Defines a standard set of WpfApp Commands.

public static class WpfApplicationCommands
Inheritance
WpfApplicationCommands
Inherited Members

Properties

CloseAll

Close all Windows.

public static RoutedUICommand CloseAll { get; }

Property Value

RoutedUICommand

Exit

Exit the Application.

public static RoutedUICommand Exit { get; }

Property Value

RoutedUICommand

Open

Open a file dialog and choose a file.

public static RoutedUICommand Open { get; }

Property Value

RoutedUICommand

SelectWindow

Select a window.

public static RoutedUICommand SelectWindow { get; }

Property Value

RoutedUICommand