Represents a command abstraction that is associated with a particular ICommand instance.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.Navigation.dll
Type Parameters:
T
Syntax:
C#
public abstract class ControlCommandBase<T> : AttachableObject<T>, ICommand where T : RadRadialMenu
Inheritance: objectAttachableObject<T>ControlCommandBase<T>
Derived Classes:
Implements:
Inherited Members
Constructors
C#
protected ControlCommandBase()
Methods
Performs the core action given the provided parameter.
C#
public virtual void Execute(object parameter)
The command parameter.
Implements:
Raises the CanExecuteChanged event.
Events
Occurs when the CanExecute state of the command changes.
C#
public event EventHandler CanExecuteChanged
Implements: