SearchOptionButton::RemoveOptionButtonClickedHandler Method (DependencyObject^, RoutedEventHandler^)
Visual Studio 2015
Removes the specified event handler from the specified option button.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
public: static void RemoveOptionButtonClickedHandler( DependencyObject^ d, RoutedEventHandler^ handler )
Parameters
- d
-
Type:
System.Windows::DependencyObject^
The option button.
- handler
-
Type:
System.Windows::RoutedEventHandler^
The event handler to remove.
Show: