Compartir a través de


Ribbon.OnSelectionChanged (Método)

Proporciona control de clases para el evento SelectionChanged.

Espacio de nombres:  Microsoft.Windows.Controls.Ribbon
Ensamblado:  RibbonControlsLibrary (en RibbonControlsLibrary.dll)

Sintaxis

'Declaración
Protected Overrides Sub OnSelectionChanged ( _
    e As SelectionChangedEventArgs _
)
protected override void OnSelectionChanged(
    SelectionChangedEventArgs e
)
protected:
virtual void OnSelectionChanged(
    SelectionChangedEventArgs^ e
) override
abstract OnSelectionChanged : 
        e:SelectionChangedEventArgs -> unit 
override OnSelectionChanged : 
        e:SelectionChangedEventArgs -> unit 
protected override function OnSelectionChanged(
    e : SelectionChangedEventArgs
)

Parámetros

Comentarios

Este método aplica la selección simple en Ribbon.

Seguridad de .NET Framework

Vea también

Referencia

Ribbon Clase

Microsoft.Windows.Controls.Ribbon (Espacio de nombres)