ComponentOne Ribbon for WinForms
C1.Win.C1Ribbon.4.5.2 Assembly / C1.Win.C1Ribbon Namespace / RibbonEventArgs Class / RibbonEventArgs Constructor

In This Topic
    RibbonEventArgs Constructor
    In This Topic
    Creates new instance of the RibbonEventArgs class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal item As System.ComponentModel.Component, _
       ByVal eventType As RibbonEventType _
    )
    public RibbonEventArgs( 
       System.ComponentModel.Component item,
       RibbonEventType eventType
    )

    Parameters

    item
    eventType
    See Also