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
- e
Tipo: System.Windows.Controls.SelectionChangedEventArgs
Os dados do evento.
Comentários
Este método impõe a única seleção na Ribbon.
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.