System.Windows.Automation.AutomationEvent.AutomationEvent C# (CSharp) Method

AutomationEvent() private method

private AutomationEvent ( int id, System.Guid guid, string programmaticName ) : System
id int
guid System.Guid
programmaticName string
return System
        internal AutomationEvent(int id, Guid guid, string programmaticName)
            : base(UiaCoreIds.AutomationIdType.Event, id, guid, programmaticName)
        {
        }