1 instantiation of ProfileUpdatedEventArgs
System.Workflow.Runtime (1)
Tracking\SqlTrackingService.cs (1)
421ProfileUpdated(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); 1463private void ProfileUpdated(object sender, ProfileUpdatedEventArgs e)
Tracking\IProfileNotification.cs (1)
23event EventHandler<ProfileUpdatedEventArgs> ProfileUpdated;
Tracking\SqlTrackingService.cs (1)
238public event EventHandler<ProfileUpdatedEventArgs> ProfileUpdated;