Represents a wrapper for commands.
Definition
Namespace:Telerik.Windows.Documents.Commands.Descriptors
Assembly:Telerik.Windows.Controls.FixedDocumentViewers.dll
Syntax:
C#
public abstract class CommandDescriptorBase : INotifyPropertyChanged
Inheritance: objectCommandDescriptorBase
Derived Classes:
Implements:
Constructors
Initializes a new instance of the CommandDescriptorBase class.
Properties
Gets the command.
C#
public abstract ICommand Command { get; }
The command.
Methods
Called when [property changed].
Events
Occurs when a property value changes.
C#
public event PropertyChangedEventHandler PropertyChanged
Implements: