ClassCommandDescriptorBase
Class
Represents a wrapper for commands.
Definition
Namespace:Telerik.Windows.Documents.Commands.Descriptors
Assembly:Telerik.Windows.Controls.FixedDocumentViewers.dll
Syntax:
cs-api-definition
public abstract class CommandDescriptorBase : INotifyPropertyChanged
Inheritance: objectCommandDescriptorBase
Derived Classes:
Implements:
Constructors
CommandDescriptorBase(bool)
Initializes a new instance of the CommandDescriptorBase class.
Declaration
cs-api-definition
public CommandDescriptorBase(bool isEnabled = true)
Parameters
isEnabled
The is enabled.
Properties
Command
Gets the command.
Declaration
cs-api-definition
public abstract ICommand Command { get; }
Property Value
The command.
Methods
OnPropertyChanged(string)
Called when [property changed].
Declaration
cs-api-definition
protected void OnPropertyChanged(string name)
Parameters
name
The name.
Events
PropertyChanged
Occurs when a property value changes.
Declaration
cs-api-definition
public event PropertyChangedEventHandler PropertyChanged
Event Value
Implements