ICommandSource.CommandTarget Özellik

Tanım

Komutun yürütülmekte olduğu nesne.

public:
 property System::Windows::IInputElement ^ CommandTarget { System::Windows::IInputElement ^ get(); };
public System.Windows.IInputElement CommandTarget { get; }
member this.CommandTarget : System.Windows.IInputElement
Public ReadOnly Property CommandTarget As IInputElement

Özellik Değeri

Komutun yürütülmekte olduğu nesne.

Açıklamalar

Windows Presentation Foundation komut sisteminde, CommandTarget üzerindeki ICommandSource özelliği yalnızca bir olduğunda ICommandRoutedCommandgeçerlidir. CommandTarget üzerinde ayarlanırsa ICommandSource ve karşılık gelen komut bir RoutedCommanddeğilse, komut hedefi yoksayılır.

ile RoutedCommandkullanıldığında, komut hedefi ve CanExecute olaylarının oluşturulduğu nesnedirExecuted. CommandTarget Özellik ayarlanmadıysa, hedef olarak klavye odağı olan öğe kullanılır.

Şunlara uygulanır

Ayrıca bkz.