File: System.Activities.Presentation\System\Activities\Presentation\View\ViewStateChangedEventHandler.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.View  
{
    public delegate void ViewStateChangedEventHandler(object sender, ViewStateChangedEventArgs e);
}