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