2 references to ProfileUpdated
System.Workflow.Runtime (2)
Tracking.cs (2)
1155
((IProfileNotification)service).ProfileUpdated += new EventHandler<ProfileUpdatedEventArgs>(
ProfileUpdated
);
1176
((IProfileNotification)service).ProfileUpdated -= new EventHandler<ProfileUpdatedEventArgs>(
ProfileUpdated
);