SearchOptionButton::RemoveOptionButtonClickedHandler Method (DependencyObject^, RoutedEventHandler^)

 

Removes the specified event handler from the specified option button.

Namespace:   Microsoft.VisualStudio.PlatformUI
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.

Return to top
Show: