Class
ArrowKeyCommandDescriptor

Represents arrow key command descriptor class.

Definition

Namespace:Telerik.Windows.Documents.Commands.Descriptors

Assembly:Telerik.Windows.Controls.FixedDocumentViewers.dll

Syntax:

cs-api-definition
public class ArrowKeyCommandDescriptor : CompositeCommandDescriptor<FixedDocumentViewerMode>, INotifyPropertyChanged

Inheritance: objectCommandDescriptorBaseCompositeCommandDescriptor<FixedDocumentViewerMode>ArrowKeyCommandDescriptor

Implements: INotifyPropertyChanged

Inherited Members CompositeCommandDescriptor<FixedDocumentViewerMode>.OnCommandChanged()CompositeCommandDescriptor<FixedDocumentViewerMode>.GetCommand(FixedDocumentViewerMode)CommandDescriptorBase.OnPropertyChanged(string)CommandDescriptorBase.IsEnabledCommandDescriptorBase.PropertyChanged

Constructors

ArrowKeyCommandDescriptor(FixedDocumentViewerBase, bool, params KeyValuePair<FixedDocumentViewerMode, FixedDocumentViewerCommandBase>[])

Initializes a new instance of the ArrowKeyCommandDescriptor class.

Declaration

cs-api-definition
public ArrowKeyCommandDescriptor(FixedDocumentViewerBase viewer, bool isEnabled, params KeyValuePair<FixedDocumentViewerMode, FixedDocumentViewerCommandBase>[] data)

Parameters

viewer

FixedDocumentViewerBase

The viewer.

isEnabled

bool

The is enabled.

data

KeyValuePair<FixedDocumentViewerMode, FixedDocumentViewerCommandBase>[]

The data.

ArrowKeyCommandDescriptor(FixedDocumentViewerBase, params KeyValuePair<FixedDocumentViewerMode, FixedDocumentViewerCommandBase>[])

Initializes a new instance of the ArrowKeyCommandDescriptor class.

Declaration

cs-api-definition
public ArrowKeyCommandDescriptor(FixedDocumentViewerBase viewer, params KeyValuePair<FixedDocumentViewerMode, FixedDocumentViewerCommandBase>[] data)

Parameters

viewer

FixedDocumentViewerBase

The viewer.

data

KeyValuePair<FixedDocumentViewerMode, FixedDocumentViewerCommandBase>[]

The data.

Properties

Command

Gets the command.

Declaration

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

Property Value

ICommand

The command.

Overrides CommandDescriptorBase.Command