コード例 #1
0
 public static IDisposable SubscribeToPropertyChangedEvent(this AutomationElement element, TreeScope treeScope, AutomationProperty property, AutomationPropertyChangedEventHandler handler)
 {
     return(Subscribe.ToPropertyChangedEvent(
                element,
                treeScope,
                property,
                handler));
 }