Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6742271
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T11:49:26+00:00 2026-05-26T11:49:26+00:00

What is the best way to bind a WPF event in the View to

  • 0

What is the best way to bind a WPF event in the View to the ViewModel?

I have a drop event in my View but I want to replace it to the ViewModel due binding.

Found several solutions but none of them did what I expected.

View code:

    <TextBox 
    AllowDrop="True" 
    PreviewDrop="email_Drop" />
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T11:49:26+00:00Added an answer on May 26, 2026 at 11:49 am

    One way to handle events in MVVM and XAML is to use the Blend Interactivity features. This namespace contains the InvokeCommandAction and the CallMethodAction classes.

    InvokeCommandAction lets you bind any event to a view-model command while CallMethodAction lets you bind any event to a view-model method.

    For example if you want to bind the DoubleClick event of a Button to a view-model command you would do like this:

    <Button>
        <i:Interaction.Triggers>
            <i:EventTrigger EventName="MouseDoubleClick">
                <i:InvokeCommandAction Command="{Binding Path=DoSomethingCommand}"/>
            </i:EventTrigger>
        </i:Interaction.Triggers>
    </Button>
    

    And declaring this namespace:

    xmlns:i="http://schemas.microsoft.com/expression/2010/interactivity"
    

    All you need to reference it in your projects is to install Expression Blend or the Expression Blend SDK.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have this (simplification): $(li).click(function{alert(test);}); <li> <input> </li> What's the best way to bind
Unsure of the best way to bind a a drop-down list Content Control to
What is the best way to bind WPF properties to ApplicationSettings in C#? Is
I am trying to figure out the best way to bind to an unrelated
In a single paged application, would this be the best way to bind and
The best way to explain my problem is by a example. I have a
The best way of describing this is I have a table of people with
I'm new to WPF and MVVM. I'm struggling to determine the best way to
I am trying to find out what would be the best way to bind
I've been exploring WPF and XAML for a while now, but have hit a

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.