Set Interaction.Triggers to ListBoxItem
问题 I have set Interaction.Triggers to ListBox and perform respective TargetedTriggerAction when 'SelectionChanged' event occurs, like below. <ListBox x:Name="WorksheetListBox" ItemsSource="{Binding WorkSheetCollection}" ItemTemplate="{StaticResource workSheetTemplate}"> <i:Interaction.Triggers> <i:EventTrigger EventName="SelectionChanged"> <action:WorksheetListBoxAction /> </i:EventTrigger> </i:Interaction.Triggers> </ListBox> But my requirement is I need to set Interaction.Triggers to