Show / Hide Table of Contents

Class AboutDialogRoutedCommands

Contains routed command for usage in AboutDialogButtonDescriptions.

Inheritance
object
AboutDialogRoutedCommands
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
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
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
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
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
RoutedCommand
  • View Source
Back to top Generated by DocFX