Share via


RibbonGalleryItem.Selected Event

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

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

Syntax

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

.NET Framework Security

See Also

Reference

RibbonGalleryItem Class

Microsoft.Windows.Controls.Ribbon Namespace