'Declaration Public Shared Sub RemoveQueryAutomationIdForDetailHandler( _ ByVal d As DependencyObject, _ ByVal handler As QueryAutomationIdRoutedEventHandler _ )
'Usage Dim d As DependencyObject Dim handler As QueryAutomationIdRoutedEventHandler AutomationQueryEvents.RemoveQueryAutomationIdForDetailHandler(d, handler)
public static void RemoveQueryAutomationIdForDetailHandler( DependencyObject d, QueryAutomationIdRoutedEventHandler handler )
Parameters
- d
- The dependency object for which the routed event handler is removed.
- handler
- The method that will handle the routed event.