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