コード例 #1
0
 public static IDisposable SubscribeToFocusChangedEvent(AutomationFocusChangedEventHandler handler)
 {
     return(Subscribe.ToFocusChangedEvent(handler));
 }