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

In This Topic
    LayoutReady Event (C1ListBase)
    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