Compartilhar via


Método Ribbon.OnSelectionChanged

Fornece a classe tratamento para o SelectionChanged de evento.

Namespace:  Microsoft.Windows.Controls.Ribbon
Assembly:  RibbonControlsLibrary (em RibbonControlsLibrary.dll)

Sintaxe

'Declaração
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

Comentários

Este método impõe a única seleção na Ribbon.

Segurança do .NET Framework

Consulte também

Referência

Ribbon Classe

Namespace Microsoft.Windows.Controls.Ribbon