我創建了一個包含Button的WPF UserControl。我現在希望usercontrol的任何使用者都能夠在usercontrol上設置Command屬性,並將該命令分配給控件中的按鈕。即當按鈕被點擊時,它運行命令(在這種情況下是Prism DelegateCommand)。通過UserControl傳遞WPF按鈕命令
所以,我的用戶是這樣的:
<UserControl>
<Button ...>
</UserControl>
和我消費,我想是這樣的:
<controls:ThreeStateImageButtonControl
Command="..." />
對不起拉斯,剛剛更新! – devdigital 2010-02-23 10:08:23