File: System.Activities.Presentation\System\Activities\Presentation\Toolbox\ToolCreatedEventHandler.cs
Project: ndp\cdf\src\NetFx40\Tools\System.Activities.Presentation.csproj (System.Activities.Presentation)
//------------------------------------------------------------
// Copyright (c) Microsoft Corporation.  All rights reserved.
//------------------------------------------------------------
 
namespace System.Activities.Presentation.Toolbox
{
    // This is delegate's method signature for Tool created event
 
    public delegate void ToolCreatedEventHandler(object sender, ToolCreatedEventArgs e);
}