Class CommandDescriptorBase
Represents a wrapper for commands.
Inheritance
Namespace: Telerik.Windows.Documents.Commands.Descriptors
Assembly: Telerik.Windows.Controls.FixedDocumentViewers.dll
Syntax
public abstract class CommandDescriptorBase : Object, INotifyPropertyChanged
Constructors
CommandDescriptorBase(Boolean)
Initializes a new instance of the Command
Declaration
public CommandDescriptorBase(bool isEnabled = true)
Parameters
System. The is enabled. |
Properties
Command
Gets the command.
Declaration
public abstract ICommand Command { get; }
Property Value
System. The command. |
IsEnabled
Gets or sets a value indicating the command descriptor is enabled.
Declaration
public bool IsEnabled { get; set; }
Property Value
System. The is enabled. |
Methods
OnPropertyChanged(String)
Called when [property changed].
Declaration
protected void OnPropertyChanged(string name)
Parameters
System. The name. |
Events
PropertyChanged
Occurs when a property value changes.
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
System.
|