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

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

    Parameters

    sender
    e
    See Also