SearchMRUListBoxItem::MRUItemSelected Event

 

Fires when an item is selected in the MRU list.

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

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