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