Ribbon for WinForms | ComponentOne
C1.Win.Ribbon 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 Component, _
       ByVal eventType As RibbonEventType _
    )
    public RibbonEventArgs( 
       Component item,
       RibbonEventType eventType
    )

    Parameters

    item
    eventType
    See Also