コード例 #1
0
 public UIA2PropertyChangedEventHandler(AutomationBase automation, Action <AutomationElement, PropertyId, object> callAction) : base(automation, callAction)
 {
     EventHandler = HandlePropertyChangedEvent;
 }
コード例 #2
0
 public UIA2PropertyChangedEventHandler(FrameworkAutomationElementBase frameworkElement, Action <AutomationElement, PropertyId, object> callAction) : base(frameworkElement, callAction)
 {
     EventHandler = HandlePropertyChangedEvent;
 }