RibbonGalleryItem::Unselected Event

.NET Framework (current version)
 

Occurs when the IsSelected property of the item changes to false.

Namespace:   System.Windows.Controls.Ribbon
Assembly:  System.Windows.Controls.Ribbon (in System.Windows.Controls.Ribbon.dll)

public:
event RoutedEventHandler^ Unselected {
	void add(RoutedEventHandler^ value);
	void remove(RoutedEventHandler^ value);
}

.NET Framework
Available since 4.5
Return to top
Show: