Show / Hide Table of Contents

Class AboutDialogRoutedCommands

Contains routed command for usage in AboutDialogButtonDescriptions.

Inheritance
System.Object
AboutDialogRoutedCommands
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Sartorius.SAF.Presentation.Controls
Assembly: Sartorius.SAF.Presentation.Controls.dll
Syntax
public static class AboutDialogRoutedCommands

Fields

View Source

CopyCommand

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
System.Windows.Input.RoutedCommand
View Source

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
System.Windows.Input.RoutedCommand
View Source

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
System.Windows.Input.RoutedCommand
View Source

SystemInfoCommand

Represents a command that indicates the intention of showing the system information.

Declaration
public static readonly RoutedCommand SystemInfoCommand
Field Value
Type Description
System.Windows.Input.RoutedCommand
  • View Source
Back to top Generated by DocFX