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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.