RibbonUIEventArgs Interface
Provides data for events that are raised in the Ribbon.
Namespace: Microsoft.Office.Tools.Ribbon
Assembly: Microsoft.Office.Tools.Common (in Microsoft.Office.Tools.Common.dll)
Syntax
'Declaration
<GuidAttribute("952bb3f5-4066-406f-b872-c258caeb6e7a")> _
Public Interface RibbonUIEventArgs
[GuidAttribute("952bb3f5-4066-406f-b872-c258caeb6e7a")]
public interface RibbonUIEventArgs
The RibbonUIEventArgs type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
RibbonUI | Gets an instance of the Microsoft.Office.Core.IRibbonUI interface when the Ribbon is loaded into the Microsoft Office application. |
Top