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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T17:59:03+00:00 2026-05-20T17:59:03+00:00

In Blend, I took a simple button –> Edit Template –> Create Empty… Added

  • 0

In Blend, I took a simple button –> Edit Template –> Create Empty…
Added an image for the button, and filled some visual states.

Now I want to expose an OnClick event :

public partial class MyButton : UserControl
{
    public MyButton()
    {
        // Required to initialize variables
        InitializeComponent();          
        button.Click += Click;                                          
    }

    public event RoutedEventHandler Click;
}

But this doesn’t work for me. What is wrong ?

  • 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-20T17:59:03+00:00Added an answer on May 20, 2026 at 5:59 pm

    It’s not clear what exactly doesn’t work here, but looks like you’re trying to assign Click delegate to your button.Click event while Click is empty. What you should do is assign another delegate which will invoke Click.

    Replace button.Click += Click; with:

    button.Click += (sender, args) => { if (Click != null) Click(sender, args); };  
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am working with Blend and Visual Studio to create Surface content. Pretty much
How do you blend two arrays of pixel data to create one image? with
What are some recommendations for finding Expression Blend/WPF Designers to perform contract work? I
I'm having troubles using Blend with my visual studio solution. In Runtime, and compile
In Expression Blend for Windows Phone, how can I change the image source of
Is it possible to blend the left, right and bottom sides of an image
I wanted to easily blend a UIImage on top of another background image, so
I am trying to do an alpha blend operation of an RGBA image (foreground
I'm using Expression Blend 3 and am writing some of the XAML by hand,
I have blend 4 installed and whenever I create a WPF 4 project and

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.