Ejemplo n.º 1
0
 public virtual extern void IUIAutomation3_RemoveFocusChangedEventHandler(
     [MarshalAs(unmanagedType: UnmanagedType.Interface), In]
     IUIAutomationFocusChangedEventHandler handler);
Ejemplo n.º 2
0
 public virtual extern void IUIAutomation3_AddFocusChangedEventHandler(
     [MarshalAs(unmanagedType: UnmanagedType.Interface), In]
     IUIAutomationCacheRequest cacheRequest,
     [MarshalAs(unmanagedType: UnmanagedType.Interface), In]
     IUIAutomationFocusChangedEventHandler handler);