Hi guys,
I have a DataObject and a DataTemplate that has the DataType=x:Type DataObject. I have a ContentControl which has as Content the DataObject. On OnContentChanged() of that ContentControl I need to access smtg from the DataTemplate of the new Conten which is a DataObject.
How can I do this?
Inverse, If I have a UIObject and I need to obtain the data behind I get it trough DataContext, but I don't know how to get it this way.
Please help, Daniel