Exemplo n.º 1
0
 public UIA2PropertyChangedEventHandler(AutomationBase automation, Action <AutomationElement, PropertyId, object> callAction) : base(automation, callAction)
 {
     EventHandler = HandlePropertyChangedEvent;
 }
Exemplo n.º 2
0
 public UIA2PropertyChangedEventHandler(FrameworkAutomationElementBase frameworkElement, Action <AutomationElement, PropertyId, object> callAction) : base(frameworkElement, callAction)
 {
     EventHandler = HandlePropertyChangedEvent;
 }