1 implementation of ProfileUpdated
System.Workflow.Runtime (1)
Tracking\SqlTrackingService.cs (1)
238public event EventHandler<ProfileUpdatedEventArgs> ProfileUpdated;
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);