Share via


RibbonEventAttribute Class (2007 System)

This API supports the Visual Studio Tools for Office infrastructure and is not intended to be used directly from your code.

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

Syntax

'Declaration
<AttributeUsageAttribute(AttributeTargets.Event, AllowMultiple := False)> _
Public NotInheritable Class RibbonEventAttribute _
    Inherits Attribute
'Usage
Dim instance As RibbonEventAttribute
[AttributeUsageAttribute(AttributeTargets.Event, AllowMultiple = false)]
public sealed class RibbonEventAttribute : Attribute
[AttributeUsageAttribute(AttributeTargets::Event, AllowMultiple = false)]
public ref class RibbonEventAttribute sealed : public Attribute
public final class RibbonEventAttribute extends Attribute

Inheritance Hierarchy

System.Object
  System.Attribute
    Microsoft.Office.Tools.Ribbon.RibbonEventAttribute

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

RibbonEventAttribute Members

Microsoft.Office.Tools.Ribbon Namespace