PreviewableCompositeCommand Class
Provides an IPreviewableCommand implementation of CompositeCommand.
public class PreviewableCompositeCommand : CompositeCommand, IPreviewableCommand
- Inheritance:
- object CompositeCommand object
- Implements:
- IPreviewableCommand
Constructors
PreviewableCompositeCommand()
Initializes an instance of the class.
public PreviewableCompositeCommand()
Methods
CancelPreview(object)
Requests to cancel a command preview.
public void CancelPreview(object parameter)
Parameter | Type | Description |
---|---|---|
parameter | object | The command parameter. |
Preview(object)
Requests that the command should be previewed.
public void Preview(object parameter)
Parameter | Type | Description |
---|---|---|
parameter | object | The command parameter. |
Inherited Members
- CompositeCommand.CanExecute(object)
- CompositeCommand.Execute(object)
- CompositeCommand.GetEnabledCommandsForExecution(object)
- CompositeCommand.NotifyCanExecuteChanged()
- CompositeCommand.OnCommandRegistered(ICommand)
- CompositeCommand.OnCommandUnregistered(ICommand)
- CompositeCommand.OnRegisteredCommandCanExecuteChanged(object, EventArgs)
- CompositeCommand.RegisterCommand(ICommand)
- CompositeCommand.TryRegisterCommand(ICommand)
- CompositeCommand.UnregisterCommand(ICommand)
- CompositeCommand.RequireAllCommandsCanExecute
- CompositeCommand.CanExecuteChanged
- object.GetType()
- object.MemberwiseClone()
- object.ToString()
- object.Equals(object)
- object.Equals(object, object)
- object.ReferenceEquals(object, object)
- object.GetHashCode()