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 8990119
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T22:25:46+00:00 2026-06-15T22:25:46+00:00

In a WPF Button we have a Command parameter which can be binded to

  • 0

In a WPF Button we have a Command parameter which can be binded to ICommand.

<Button Command="{Binding SomeCommand}"/>

We can also use EventTriggers with InvokeCommandAction to fire a ICommand.

<Button>
    <i:Interaction.Triggers>
        <i:EventTrigger EventName="Click">
            <i:InvokeCommandAction Command="{Binding SomeCommand}"/>
        </i:EventTrigger>
    </i:Interaction.Triggers>
</Button>

What is the difference between them and when to use which?

Update:

I have noticed difference in the following scenario:

  • I have a textbox which validates using IValudationRule if the textbox is empty.
  • I added MultiDataTrigger condition to have the IsEnabled property of a save button to be set to false when the Validation.HasError equals to true.

Using the Button Command all works good, but using the EventTrigger it doesn`t work.

Any reason for this?

  • 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-06-15T22:25:48+00:00Added an answer on June 15, 2026 at 10:25 pm

    Snippets you provide are almost the same,if you don’t use CanExecute. InvokeCommandAction is not native WPF class, it is created in Interaction library for the cases when control doesn’t provide Command and you have to bind Command to some event. for example when you need command on ListBox.SelectionChanged or etc.

    So based on above, my suggestion is, always use Command if it is possible, and use EventTrigger only when you can’t go without it.

    Also Note, than ICommand also provide CanExecute based of which button can enable/disable, which will not work in second case

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

Sidebar

Related Questions

I have a button control in my wpf-mvvm application. I use an ICommand property
I have a WPF window, which contains a button called Cancel. Under ordinary circumstances
I am trying to use Command and CommandParameter binding with Buttons in a WPF
.Net 4 WPF DataGrid MVVM User clicks add button which triggers command on viewmodel.
Say you have a button whose command property is bound to some ICommand of
I have the following xaml for changing the image for WPF button when mouse
What is the WPF equivalent for WinForms radio button CheckedChanged? I have your basic
I have WPF Form which has many buttons with the same code. Appearance of
I've a simple question about commands in WPF : I have a button with
I am developing a WPF application, and have a TextBlock which I want to

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.