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

Register() static private method

static private Register ( System.Guid guid, string programmaticName ) : AutomationEvent
guid System.Guid
programmaticName string
return AutomationEvent
        internal static AutomationEvent Register(Guid guid, string programmaticName)
        {
            return (AutomationEvent)AutomationIdentifier.Register(UiaCoreIds.AutomationIdType.Event, guid, programmaticName);
        }
    }