Sdílet prostřednictvím


RibbonGallery.ItemsLoading-Ereignis (2007 System)

Aktualisiert: November 2007

Tritt ein, wenn RibbonGallery geöffnet wird.

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

Syntax

'Declaration
Public Event ItemsLoading As EventHandler(Of RibbonControlEventArgs)
'Usage
Dim instance As RibbonGallery
Dim handler As EventHandler(Of RibbonControlEventArgs)

AddHandler instance.ItemsLoading, handler
public event EventHandler<RibbonControlEventArgs> ItemsLoading

Hinweise

Dieses Ereignis tritt bei jedem Öffnen von RibbonGallery auf, auch wenn sich darin keine Elemente oder Schaltflächen befinden.

Berechtigungen

Siehe auch

Referenz

RibbonGallery-Klasse

RibbonGallery-Member

Microsoft.Office.Tools.Ribbon-Namespace

Weitere Ressourcen

Multifunktionsleisten-Objektmodellübersicht