C# Class System.Windows.Automation.AutomationFocusChangedEventArgs

Inheritance: AutomationEventArgs
显示文件 Open project: apetrovskiy/STUPS Class Usage Examples

Public Methods

Method Description
AutomationFocusChangedEventArgs ( int idObject, int idChild ) : System

Method Details

AutomationFocusChangedEventArgs() public method

public AutomationFocusChangedEventArgs ( int idObject, int idChild ) : System
idObject int
idChild int
return System