RibbonControlEventArgs Class (2007 System)

Provides data for a variety of events that are raised in a Microsoft Office customization.

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

Syntax

'Declaration
Public NotInheritable Class RibbonControlEventArgs _
    Inherits EventArgs
'Usage
Dim instance As RibbonControlEventArgs
public sealed class RibbonControlEventArgs : EventArgs
public ref class RibbonControlEventArgs sealed : public EventArgs
public final class RibbonControlEventArgs extends EventArgs

Inheritance Hierarchy

System.Object
  System.EventArgs
    Microsoft.Office.Tools.Ribbon.RibbonControlEventArgs

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

RibbonControlEventArgs Members

Microsoft.Office.Tools.Ribbon Namespace