Quantcast
Channel: Windows Presentation Foundation (WPF) forum
Viewing all articles
Browse latest Browse all 18858

Cannot add content of type 'System.Windows.Interactivity.EventTrigger' to an object of type 'System.Windows.Interactivity.TriggerCollection'.

$
0
0

Hi All,

Recently I changed a .Net 4.0 WPF project to .Net 3.5 . My code is:

<i:Interaction.Triggers>
                <i:EventTrigger EventName="SelectionChanged">
                    <i:InvokeCommandAction CommandName="SelectionChangedCommand" 
                                           CommandParameter="{Binding Path=SelectedItems, ElementName=instancesDataGrid}"/>
                </i:EventTrigger>
            </i:Interaction.Triggers>

and I reference the namespace:

xmlns:i="clr-namespace:System.Windows.Interactivity;assembly=System.Windows.Interactivity" 

I can compile the project successfully. But while running the programe I get an error which is "Cannot add content of type 'System.Windows.Interactivity.EventTrigger' to an object of type 'System.Windows.Interactivity.TriggerCollection'. ". Any ideas? Thanks.


Viewing all articles
Browse latest Browse all 18858

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>