If I have two attached properties on a single object
- Source
- Target
Is it possible to query the value of the source attached property from the property changed method of the target property, or is it that they do not have any knowledge of each other?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
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.
Sure, I do this all the time for attached ICommand properties where I need to retrieve an CommandParameter object.
E.g: