Table of Contents

Class CopyCommandHandler

Namespace
Loehnert.Lisrt.Framework.Commands.Application
Assembly
Loehnert.Lisrt.dll

Command handler for the Copy.

[CommandHandler]
[SuppressMessage("StyleCop.CSharp.DocumentationRules", "SA1649:File name should match first type name", Justification = "Makes here no sense.")]
public class CopyCommandHandler : RoutedUICommandHandler<CopyCommandDefinition>, ICommandHandler<CopyCommandDefinition>, ICommandHandler
Inheritance
CopyCommandHandler
Implements
Inherited Members

Properties

Command

Gets the wrapped command.

protected override RoutedUICommand Command { get; }

Property Value

RoutedUICommand