IPreviewCommandSource 인터페이스

정의

명령을 미리 보는 방법을 알고 있는 개체를 정의합니다.

public interface class IPreviewCommandSource : System::Windows::Input::ICommandSource
public interface IPreviewCommandSource : System.Windows.Input.ICommandSource
type IPreviewCommandSource = interface
    interface ICommandSource
Public Interface IPreviewCommandSource
Implements ICommandSource
파생
구현

속성

Name Description
Command

명령 원본이 호출될 때 실행할 명령을 가져옵니다.

(다음에서 상속됨 ICommandSource)
CommandParameter

명령이 실행될 때 명령에 전달할 수 있는 사용자 정의 데이터 값을 나타냅니다.

(다음에서 상속됨 ICommandSource)
CommandTarget

명령이 실행 중인 개체입니다.

(다음에서 상속됨 ICommandSource)
PreviewCommandParameter

미리 볼 때 명령에 전달할 수 있는 사용자 정의 데이터 값을 나타냅니다.

적용 대상