RibbonUIEventArgs Interface
Provides data for events that are raised in the Ribbon.
Namespace: Microsoft.Office.Tools.Ribbon
Assemblies: Microsoft.Office.Tools.Common (in Microsoft.Office.Tools.Common.dll)
Microsoft.Office.Tools.Common.v4.0.Utilities (in Microsoft.Office.Tools.Common.v4.0.Utilities.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