File: System\Windows\Automation\AutomationEventArgs.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
 
using System.Runtime;
 
namespace System.Windows.Automation
{
    public class AutomationEventArgs : EventArgs
    {
        [TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")]
        public AutomationEventArgs(AutomationEvent eventId);
 
        public AutomationEvent EventId { get; }
    }
}