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.
Updates the old and new items when the highlighted item changes.
Namespace: Microsoft.Windows.Controls.Ribbon
Assembly: RibbonControlsLibrary (in RibbonControlsLibrary.dll)
Syntax
'Declaration
Protected Overridable Sub OnHighlightedItemChanged ( _
e As DependencyPropertyChangedEventArgs _
)
protected virtual void OnHighlightedItemChanged(
DependencyPropertyChangedEventArgs e
)
protected:
virtual void OnHighlightedItemChanged(
DependencyPropertyChangedEventArgs e
)
abstract OnHighlightedItemChanged :
e:DependencyPropertyChangedEventArgs -> unit
override OnHighlightedItemChanged :
e:DependencyPropertyChangedEventArgs -> unit
protected function OnHighlightedItemChanged(
e : DependencyPropertyChangedEventArgs
)
Parameters
- e
Type: System.Windows.DependencyPropertyChangedEventArgs
Information about the change.
.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.