Example #1
0
 public UIA2StructureChangedEventHandler(AutomationBase automation, Action <AutomationElement, StructureChangeType, int[]> callAction) : base(automation, callAction)
 {
     EventHandler = HandleStructureChangedEvent;
 }
Example #2
0
 public UIA2StructureChangedEventHandler(FrameworkAutomationElementBase frameworkElement, Action <AutomationElement, StructureChangeType, int[]> callAction) : base(frameworkElement, callAction)
 {
     EventHandler = HandleStructureChangedEvent;
 }