SearchOptionButton.RemoveOptionButtonClickedHandler 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.
Removes the specified event handler from the specified option button.
public:
static void RemoveOptionButtonClickedHandler(System::Windows::DependencyObject ^ d, System::Windows::RoutedEventHandler ^ handler);
public static void RemoveOptionButtonClickedHandler (System.Windows.DependencyObject d, System.Windows.RoutedEventHandler handler);
static member RemoveOptionButtonClickedHandler : System.Windows.DependencyObject * System.Windows.RoutedEventHandler -> unit
Public Shared Sub RemoveOptionButtonClickedHandler (d As DependencyObject, handler As RoutedEventHandler)
Parameters
The option button.
- handler
- RoutedEventHandler
The event handler to remove.