Tech
Forums
Jobs
Books
Events
Interviews
Live
More
Learn
Training
Career
Members
Videos
News
Blogs
Post
An Article
A Blog
A Video
An Ebook
An Interview Question
Register
Login
1
Reply
how to make interactivity trigger common in wpf
Meer Deen
8 years ago
383
Reply
i wnat to make it common for multiple listboxs on my wpf window
<i:Interaction.Triggers>
<i:EventTrigger EventName="SelectionChanged">
<i:InvokeCommandAction Command="{Binding MyCommand}" CommandParameter="{Binding ElementName=employeeListBox, Path=SelectedValue}"/>
</i:EventTrigger>
</i:Interaction.Triggers>
Post
Reset
Cancel
Answers (
1
)
Next Recommended Forum
Click in cell - DataGrid
WPF Listview