1 instantiation of SourceLocationUpdatedEventArgs
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\ObjectReferenceService.cs (1)
185
this.SourceLocationUpdated(null, new
SourceLocationUpdatedEventArgs
(subscribedObjectReference, updatedSourceLocation));
1 reference to SourceLocationUpdatedEventArgs
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\ObjectReferenceService.cs (1)
46
public event EventHandler<
SourceLocationUpdatedEventArgs
> SourceLocationUpdated;