ComponentOne List for WinForms
C1.Win.C1List Namespace / OpenEventHandler Delegate

In This Topic
    OpenEventHandler Delegate
    In This Topic
    Handler for ComboBoxContainer.Open event.
    Syntax
    'Declaration
     
    
    Public Delegate Sub OpenEventHandler( _
       ByVal sender As Object, _
       ByVal e As EventArgs _
    ) 
    public delegate void OpenEventHandler( 
       object sender,
       EventArgs e
    )

    Parameters

    sender
    e
    See Also