ComponentOne Ribbon for WinForms
C1.Win.C1Ribbon.4.5.2 Assembly / C1.Win.C1Ribbon Namespace / RibbonEventHandler Delegate

In This Topic
    RibbonEventHandler Delegate
    In This Topic
    Represents the method that will handle a C1Ribbon event.
    Syntax
    'Declaration
     
    Public Delegate Sub RibbonEventHandler( _
       ByVal sender As System.Object, _
       ByVal e As RibbonEventArgs _
    ) 
    public delegate void RibbonEventHandler( 
       System.object sender,
       RibbonEventArgs e
    )

    Parameters

    sender
    e
    See Also