Class
KeyboardAcceleratorWithCommand

Definition

Namespace:Telerik.UI.Xaml.Controls.PdfViewer.Commands

Assembly:Telerik.WinUI.Controls.PdfViewer.dll

Syntax:

cs-api-definition
public class KeyboardAcceleratorWithCommand : KeyboardAccelerator

Inheritance: objectKeyboardAcceleratorWithCommand

Constructors

KeyboardAcceleratorWithCommand(ICommand, object)

Declaration

cs-api-definition
public KeyboardAcceleratorWithCommand(ICommand command, object commandParameter = null)

Parameters

command

ICommand

commandParameter

object

Properties

Command

Declaration

cs-api-definition
public ICommand Command { get; }

Property Value

ICommand

CommandParameter

Declaration

cs-api-definition
public object CommandParameter { get; }

Property Value

object