Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

wpf listboxitem event command

<ListBox>
    <i:Interaction.Triggers>
        <i:EventTrigger EventName="MouseDoubleClick">
            <i:InvokeCommandAction Command="{Binding YourCommand}"/>
        </i:EventTrigger>
    </i:Interaction.Triggers>
</ListBox>
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #wpf #listboxitem #event #command
ADD COMMENT
Topic
Name
7+9 =