Esempio n. 1
0
 public static void RemoveAutomationFocusChangedEventHandler(
     AutomationFocusChangedEventHandler eventHandler)
 {
     AutomationFocusChangedEventHandlerImpl.Remove(handlingDelegate: eventHandler);
 }
Esempio n. 2
0
 public static void AddAutomationFocusChangedEventHandler(
     AutomationFocusChangedEventHandler eventHandler)
 {
     AutomationFocusChangedEventHandlerImpl.Add(handlingDelegate: eventHandler);
 }