Share via


RibbonGalleryItem.Unselected Event

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

Namespace:  Microsoft.Windows.Controls.Ribbon
Assembly:  RibbonControlsLibrary (in RibbonControlsLibrary.dll)

Syntax

'Declaration
Public Event Unselected As RoutedEventHandler
public event RoutedEventHandler Unselected
public:
 event RoutedEventHandler^ Unselected {
    void add (RoutedEventHandler^ value);
    void remove (RoutedEventHandler^ value);
}
member Unselected : IEvent<RoutedEventHandler,
    RoutedEventArgs>
JScript does not support events.

.NET Framework Security

See Also

Reference

RibbonGalleryItem Class

Microsoft.Windows.Controls.Ribbon Namespace