2011-12-30 60 views

回答

0

下載Tailspin.Phoneclient項目。我想你會在項目中找到dll。添加對您的項目的引用。見this

+0

的Tailspin.Phoneclient是在Windows Phone 7.0版本製作。如果我從這個示例中獲取了thr程序集** Microsoft.Practices.Prism.Interactivity **和** Microsoft.Practices.Prism。** - 都可以使用,但是新構建[芒果棱鏡](http:// compositewpf。 codeplex.com/releases/view/75760)不起作用。我無法從XAML訪問** InteractionResultRrigger **。 – Calabonga 2011-12-31 03:37:26

0

我找到了一個解決方案在codeplex

<i:Interaction.Triggers> 
    <i:EventTrigger SourceObject="{Binding SubmitErrorInteractionRequest}" EventName="Raised"> 
     <prismInteractionRequest:MessageBoxAction /> 
    </i:EventTrigger> 
</i:Interaction.Triggers> 
相關問題