ComponentOne List for WinForms
C1.Win.C1List Namespace / DropDownList Class / LayoutReady Event

In This Topic
    LayoutReady Event (DropDownList)
    In This Topic
    Fires when asynchronous downloading of a control layout file has been completed.
    Syntax
    'Declaration
     
    
    Public Event LayoutReady As EventHandler
    public event EventHandler LayoutReady
    See Also