SearchOptionButton.AddOptionButtonClickedHandler Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Adds the specified event handler to the specified option button.
public:
static void AddOptionButtonClickedHandler(System::Windows::DependencyObject ^ d, System::Windows::RoutedEventHandler ^ handler);
public static void AddOptionButtonClickedHandler (System.Windows.DependencyObject d, System.Windows.RoutedEventHandler handler);
static member AddOptionButtonClickedHandler : System.Windows.DependencyObject * System.Windows.RoutedEventHandler -> unit
Public Shared Sub AddOptionButtonClickedHandler (d As DependencyObject, handler As RoutedEventHandler)
Parameters
The option button.
- handler
- RoutedEventHandler
The event handler to add.