I've created a UserControl that does creates some dynamic ui elements based on the DataContext.
Is it possible to add a listener to the DataContext DependancyProperty owned by the base class (in this case FrameworkElement)?
Thanks,
Justin
Hi:
We can use callback to do this. It's similar to WPF:
http://msdn.microsoft.com/en-us/library/ms745795.aspx
Regards
Sincerely,Allen ChenMicrosoft Online Community SupportPlease remember to mark the replies as answers if they help and unmark them if they provide no help.