RibbonGalleryItem.OnUnselected Method
Raises the Unselected routed event.
Namespace: Microsoft.Windows.Controls.Ribbon
Assembly: RibbonControlsLibrary (in RibbonControlsLibrary.dll)
Syntax
'Declaration
Protected Friend Overridable Sub OnUnselected ( _
e As RoutedEventArgs _
)
protected internal virtual void OnUnselected(
RoutedEventArgs e
)
protected public:
virtual void OnUnselected(
RoutedEventArgs^ e
)
abstract OnUnselected :
e:RoutedEventArgs -> unit
override OnUnselected :
e:RoutedEventArgs -> unit
function OnUnselected(
e : RoutedEventArgs
)
Parameters
- e
Type: System.Windows.RoutedEventArgs
The event data.
Remarks
This method is called when IsSelected property changes to false.
.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.