Table of Contents

Namespace Tudormobile.Wpf.Commands

Classes

CanExecuteAttribute

Identifies a method as an ICommand 'CanExecute()' handler.

ExecuteAttribute

Identifies a method as an ICommand 'Execute()' handler.

FilePickerCommand

Provides a UI to choose a file in the file system.

FilePickerParameters

File Picker (dialog) parameters.

MessageBoxCommand

Provides a UI to display a message box to the user.

MessageBoxParameters

Message box (dialog) parameters.

OpenFilePickerCommand

Provides a UI to choose a file in the file system to open.

ProxyCommand

Defines a command the serves as a proxy to a subsequent command.

SaveFilePickerCommand

Provides a UI to choose a file in the file system to save.

WpfApplicationCommands

Defines a standard set of WpfApp Commands.