IPreviewCommand 接口

定义

为预览命令提供方法,不实际执行该操作。

public interface class IPreviewCommand : System::Windows::Input::ICommand
public interface IPreviewCommand : System.Windows.Input.ICommand
type IPreviewCommand = interface
    interface ICommand
Public Interface IPreviewCommand
Implements ICommand
实现

方法

CancelPreview()

定义将叫的方法取消预览命令。

CanExecute(Object)

确定命令是否可以在其当前状态下执行。

(继承自 ICommand)
Execute(Object)

定义在调用此命令时要调用的方法。

(继承自 ICommand)
Preview(Object)

定义在调用此命令时调用的方法。

事件

CanExecuteChanged

发生影响命令是否应执行的更改时发生。

(继承自 ICommand)

适用于