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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 19, 20262026-05-19T15:17:51+00:00 2026-05-19T15:17:51+00:00

In a WPF app I have I bunch of CustomControls inside a Grid. For

  • 0

In a WPF app I have I bunch of CustomControls inside a Grid. For processing Mouse clicks on them I use the MouseLeftButtonDown event of the Grid and in the event handler I check which CustomControl was clicked:

private void Grid_MouseLeftButtonDown(object sender, MouseButtonEventArgs e)
    {
        FrameworkElement feSourceComm = e.Source as FrameworkElement;
        MyCustomControl SCurrentComm = new MyCustomControl();            
        try
        {
            SCurrentComm = (MyCustomControl)feSourceComm;
        }
        catch (Exception)
        {
...

The problem appeared when I placed all CustomControls in a UserControl and then inside the Grid. In this case approach doesn’t work.
I checked the type of click source in each case by e.Source.GetType().ToString(); and get the following results:

When there are no problem (in case I put CustomControls in the Grid without UserControl)

MyProjectNamespace.MyCustomControl

When I put CustomControls in the UserControl and then in the Grid

MyProjectNamespace.UserControls.MyUserControlName

When I put CustomControls in the UserControl and then in the Grid and load the UserControl from external file by XamlReader.Load

System.Windows.Controls.UserControl

So, my question:
How to make CustomControls vizible as e.Source when they are inside of a UserControl?

  • 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-19T15:17:51+00:00Added an answer on May 19, 2026 at 3:17 pm

    e.OriginalSource will tell you which specific element the click happened on. if that is not your customcontrol, walk up the Parent chain of the OriginalSource until you find your customcontrol

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

Sidebar

Related Questions

In my WPF app (csharp) I have an event handler that when triggered will
I have a WPF app. I need to embed a Silverlight app inside it.
the WPF app I have has been redesigned to use tabs and be single
My application is a WPF App. I have decided to use ClickOnce to deploy
I'm creating a WPF app and have a system tray icon with a context
I have WPF app with 2 windows - whats the best way to syncronise
Context: I have a WPF App that uses certain unmanaged DLLs in the D:\WordAutomation\MyApp_Source\Executables\MyApp
I have a WPF app which snaps to screen edges (I just set the
I have a WPF App which is grinding to a halt after running out
I have a WPF App that implements a ListView. I would like to show

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.