Class
ValidateSignaturesCommandDescriptor

Represents the validate signatures command descriptor.

Definition

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

Assembly:Telerik.WinUI.Controls.PdfViewer.dll

Syntax:

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

Inheritance: objectNotifyPropertyChangedBaseCommandDescriptorBaseCommandDescriptorValidateSignaturesCommandDescriptor

Implements: INotifyPropertyChanged

Inherited Members CommandDescriptor.DefaultCommandDescriptor.CommandCommandDescriptorBase.IsEnabledNotifyPropertyChangedBase.OnPropertyChanged(string)NotifyPropertyChangedBase.UpdateValue<T>(ref T, T, string)NotifyPropertyChangedBase.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].