1 instantiation of ProfileUpdatedEventArgs
System.Workflow.Runtime (1)
Tracking\SqlTrackingService.cs (1)
421
ProfileUpdated(this, new
ProfileUpdatedEventArgs
(t, profile));
5 references to ProfileUpdatedEventArgs
System.Workflow.Runtime (5)
Tracking.cs (3)
1155
((IProfileNotification)service).ProfileUpdated += new EventHandler<
ProfileUpdatedEventArgs
>(ProfileUpdated);
1176
((IProfileNotification)service).ProfileUpdated -= new EventHandler<
ProfileUpdatedEventArgs
>(ProfileUpdated);
1463
private void ProfileUpdated(object sender,
ProfileUpdatedEventArgs
e)
Tracking\IProfileNotification.cs (1)
23
event EventHandler<
ProfileUpdatedEventArgs
> ProfileUpdated;
Tracking\SqlTrackingService.cs (1)
238
public event EventHandler<
ProfileUpdatedEventArgs
> ProfileUpdated;