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