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