1 implementation of ProfileRemoved
System.Workflow.Runtime (1)
Tracking\SqlTrackingService.cs (1)
240
public event EventHandler<ProfileRemovedEventArgs>
ProfileRemoved
;
2 references to ProfileRemoved
System.Workflow.Runtime (2)
Tracking.cs (2)
1156
((IProfileNotification)service).
ProfileRemoved
+= new EventHandler<ProfileRemovedEventArgs>(ProfileRemoved);
1177
((IProfileNotification)service).
ProfileRemoved
-= new EventHandler<ProfileRemovedEventArgs>(ProfileRemoved);