1 instantiation of ProfileRemovedEventArgs
System.Workflow.Runtime (1)
Tracking\SqlTrackingService.cs (1)
402ProfileRemoved(this, new ProfileRemovedEventArgs(t));
5 references to ProfileRemovedEventArgs
System.Workflow.Runtime (5)
Tracking.cs (3)
1156((IProfileNotification)service).ProfileRemoved += new EventHandler<ProfileRemovedEventArgs>(ProfileRemoved); 1177((IProfileNotification)service).ProfileRemoved -= new EventHandler<ProfileRemovedEventArgs>(ProfileRemoved); 1485private void ProfileRemoved(object sender, ProfileRemovedEventArgs e)
Tracking\IProfileNotification.cs (1)
27event EventHandler<ProfileRemovedEventArgs> ProfileRemoved;
Tracking\SqlTrackingService.cs (1)
240public event EventHandler<ProfileRemovedEventArgs> ProfileRemoved;