New to Telerik UI for WPFStart a free 30-day trial

Represents the validate signatures command descriptor.

Definition

Namespace:Telerik.Windows.Documents.Commands.Descriptors

Assembly:Telerik.Windows.Controls.FixedDocumentViewers.dll

Syntax:

C#
public class ValidateSignaturesCommandDescriptor : CommandDescriptor, INotifyPropertyChanged

Inheritance: objectCommandDescriptorBaseCommandDescriptorValidateSignaturesCommandDescriptor

Implements: INotifyPropertyChanged

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

Constructors

Initializes a new instance of the ValidateSignaturesCommandDescriptor class.

C#
public ValidateSignaturesCommandDescriptor(ValidateSignaturesCommand command, bool isEnabled = true)
Parameters:commandValidateSignaturesCommand

The command.

isEnabledbool

if set to true [is enabled].