Hi all, I need to attach an event to a ViewModel object that is bound to a control via DataContext. The problem is, I can't attach the event in the constructor because the DataContext object has not been set at that point. So how do I attach that event if I want it to execute code within the control? I can't seem to see an OnDataContextChanged event, or anything like that. Does anyone know what I am supposed to do here?
Regards, Tony _______________________________________________ ozsilverlight mailing list [email protected] http://prdlxvm0001.codify.net/mailman/listinfo/ozsilverlight
