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)

적용 대상