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

AutomationFocusChangedEventArgs() public method

public AutomationFocusChangedEventArgs ( int idObject, int idChild ) : System
idObject int
idChild int
return System
        public AutomationFocusChangedEventArgs(int idObject, int idChild)
            : base(AutomationElement.AutomationFocusChangedEvent)
        {
            this._idObject = idObject;
            this._idChild = idChild;
        }
AutomationFocusChangedEventArgs