SearchFilterButton::FilterButtonClicked Event

 

Event raised when the filter button is clicked.

Namespace:   Microsoft.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

public:
event RoutedEventHandler^ FilterButtonClicked {
	void add(RoutedEventHandler^ value);
	void remove(RoutedEventHandler^ value);
}
Return to top
Show: