Class AboutDialogRoutedCommands
Contains routed command for usage in AboutDialogButtonDescriptions.
Namespace: Sartorius.SAF.Presentation.Controls
Assembly: Sartorius.SAF.Presentation.Controls.dll
Syntax
public static class AboutDialogRoutedCommands
Fields
View SourceCopyCommand
Represents a command that indicates the intention of copying the about dialog content to the clipboard.
Declaration
public static readonly RoutedCommand CopyCommand
Field Value
| Type | Description |
|---|---|
| RoutedCommand |
SendEmailCommand
Represents a command that indicates the intention of sending the about dialog content via email.
Declaration
public static readonly RoutedCommand SendEmailCommand
Field Value
| Type | Description |
|---|---|
| RoutedCommand |
ShowErrorsCommand
Represents a command that indicates the intention of showing the error repository. A AboutDialogButtonDescription with this command will only show, if any exception has occurred.
Declaration
public static readonly RoutedCommand ShowErrorsCommand
Field Value
| Type | Description |
|---|---|
| RoutedCommand |
SystemInfoCommand
Represents a command that indicates the intention of showing the system information.
Declaration
public static readonly RoutedCommand SystemInfoCommand
Field Value
| Type | Description |
|---|---|
| RoutedCommand |