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

  • Home
  • SEARCH
  • 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 8244723
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 7, 20262026-06-07T21:56:58+00:00 2026-06-07T21:56:58+00:00

I have a control that uses a certain inherited attached property, and I found

  • 0

I have a control that uses a certain inherited attached property, and I found that I can’t access that property in the constructor, which is reasonable, since at that stage the control isn’t a part of the visual tree and so it can’t inherit any attached properties.

// Constructor
public MyClassName()
{
    InitializeComponent();

    MyValue value = DeclaringClass.GetMyAttachedProperty(depObj); // value == null
}

When I try to access the property during the Loaded event, I am able to retrieve the value:

// Constructor
public MyClassName()
{
    InitializeComponent();

    Loaded += OnLoaded;
}

void OnLoaded(object sender, RoutedEventArgs e)
{
    Loaded -= OnLoaded;

    MyValue value = DeclaringClass.GetMyAttachedProperty(depObj); // value != null

    // Do something with value
}

So this brings me to my question – what is the earliest stage in the control’s lifetime where it can access inherited attached properties? Is there a better place to do so instead on the Loaded event?

  • 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-07T21:57:01+00:00Added an answer on June 7, 2026 at 9:57 pm

    The earliest possible is indeed inside the Loaded event handler. Your only other choice is the constructor (or the morally equivalent Initialized event) but that’s too soon for dependency properties to assume inherited values.

    See also common object lifetime events at MSDN.

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

Sidebar

Related Questions

I have a site that uses a menu control tied to a sitemapdatasource which
I have a custom control that uses a designer I've inherited from ParentControlDesigner to
Basically, I have created a custom control that uses an UpdatePanel, and as I
I have an Asp.Net 4.0 website/control interface that uses an update panel and some
I have a page that uses the Telerik RadListView control and a Telerik RadDataPager
I have an ASP.NET page that uses the ASP.NET Ajax Control Toolkit TabContainer .
I have a simple Ruby script that uses the rb-appscript gem to control iTunes,
I have an ascx that uses Eval in a repeater like this: <%@ Control
I have a user control and it uses resource dictionaries. In that user control,
I have some code that uses xsl and xml. The Xml control is on

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.