SearchMRUListBoxItem::MRUItemDeleted Event

 

Fires when an item is deleted from the MRU list.

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

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