Freigeben über


RibbonButton.Click-Ereignis (2007 System)

Aktualisiert: November 2007

Tritt ein, wenn der Benutzer auf die Schaltfläche klickt.

Namespace:  Microsoft.Office.Tools.Ribbon
Assembly:  Microsoft.Office.Tools.Common.v9.0 (in Microsoft.Office.Tools.Common.v9.0.dll)

Syntax

<RibbonEventAttribute("onAction")> _
Public Event Click As EventHandler(Of RibbonControlEventArgs)

Dim instance As RibbonButton
Dim handler As EventHandler(Of RibbonControlEventArgs)

AddHandler instance.Click, handler
[RibbonEventAttribute("onAction")]
public event EventHandler<RibbonControlEventArgs> Click

Berechtigungen

Siehe auch

Referenz

RibbonButton-Klasse

RibbonButton-Member

Microsoft.Office.Tools.Ribbon-Namespace

Weitere Ressourcen

Multifunktionsleisten-Objektmodellübersicht