Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Raises the Unselected attached event.
Namespace: Microsoft.Windows.Controls.Ribbon
Assembly: RibbonControlsLibrary (in RibbonControlsLibrary.dll)
Syntax
'Declaration
Protected Overridable Sub OnUnselected ( _
e As RoutedEventArgs _
)
protected virtual void OnUnselected(
RoutedEventArgs e
)
protected:
virtual void OnUnselected(
RoutedEventArgs^ e
)
abstract OnUnselected :
e:RoutedEventArgs -> unit
override OnUnselected :
e:RoutedEventArgs -> unit
protected function OnUnselected(
e : RoutedEventArgs
)
Parameters
- e
Type: System.Windows.RoutedEventArgs
The event data.
Remarks
This method is called when the 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.