File: System\Windows\Automation\WindowClosedEventArgs.cs
Project: UIAutomationTypes.dll (UIAutomationTypes)
#region Assembly UIAutomationTypes, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
// C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\UIAutomationTypes.dll
#endregion
 
namespace System.Windows.Automation
{
    public sealed class WindowClosedEventArgs : AutomationEventArgs
    {
        public WindowClosedEventArgs(int[] runtimeId);
 
        public int[] GetRuntimeId();
    }
}