Class
ValidateSignaturesCommandDescriptor

Represents the validate signatures command descriptor.

Definition

Namespace:Telerik.Windows.Documents.Commands.Descriptors

Assembly:Telerik.Windows.Controls.FixedDocumentViewers.dll

Syntax:

cs-api-definition
public class ValidateSignaturesCommandDescriptor : CommandDescriptor, INotifyPropertyChanged

Inheritance: objectCommandDescriptorBaseCommandDescriptorValidateSignaturesCommandDescriptor

Implements: INotifyPropertyChanged

Inherited Members CommandDescriptor.DefaultCommandDescriptor.CommandCommandDescriptorBase.OnPropertyChanged(string)CommandDescriptorBase.IsEnabledCommandDescriptorBase.PropertyChanged

Constructors

ValidateSignaturesCommandDescriptor(ValidateSignaturesCommand, bool)

Initializes a new instance of the ValidateSignaturesCommandDescriptor class.

Declaration

cs-api-definition
public ValidateSignaturesCommandDescriptor(ValidateSignaturesCommand command, bool isEnabled = true)

Parameters

command

ValidateSignaturesCommand

The command.

isEnabled

bool

if set to true [is enabled].