Implemented interface member:
event
ProfileUpdated
System.Workflow.Runtime.Tracking.IProfileNotification.ProfileUpdated
3 references to ProfileUpdated
System.Workflow.Runtime (3)
Tracking\SqlTrackingService.cs (3)
362if ((null == ProfileUpdated) && (null == ProfileRemoved)) 420if (null != ProfileUpdated) 421ProfileUpdated(this, new ProfileUpdatedEventArgs(t, profile));