1 instantiation of ViewCreatedEventArgs
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\WorkflowViewService.cs (1)
72this.ViewCreated(this, new ViewCreatedEventArgs(viewElement));
2 references to ViewCreatedEventArgs
System.Data (2)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Debugger\DebuggerService.cs (1)
682private void ViewCreated(object sender, ViewCreatedEventArgs e)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\WorkflowViewService.cs (1)
32public event EventHandler<ViewCreatedEventArgs> ViewCreated;