RibbonGalleryItem.OnUnselected(RoutedEventArgs) Method

Definition

Raises the Unselected routed event.

protected public:
 virtual void OnUnselected(System::Windows::RoutedEventArgs ^ e);
protected internal virtual void OnUnselected (System.Windows.RoutedEventArgs e);
abstract member OnUnselected : System.Windows.RoutedEventArgs -> unit
override this.OnUnselected : System.Windows.RoutedEventArgs -> unit
Protected Friend Overridable Sub OnUnselected (e As RoutedEventArgs)

Parameters

e
RoutedEventArgs

The event data.

Remarks

This method is called when IsSelected property changes to false.

Applies to