IPreviewCommandSource Gränssnitt

Definition

Definierar ett objekt som vet hur du förhandsgranskar ett kommando.

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
Härledda
Implementeringar

Egenskaper

Name Description
Command

Hämtar kommandot som ska köras när kommandokällan anropas.

(Ärvd från ICommandSource)
CommandParameter

Representerar ett användardefinierat datavärde som kan skickas till kommandot när det körs.

(Ärvd från ICommandSource)
CommandTarget

Objektet som kommandot körs på.

(Ärvd från ICommandSource)
PreviewCommandParameter

Representerar ett användardefinierat datavärde som kan skickas till kommandot när det förhandsgranskas.

Gäller för