ComponentOne Olap for WinForms
C1.Win.Olap.4 Assembly / C1.Win.Olap Namespace / C1OlapPanel Class / LoadedFields Event

In This Topic
    LoadedFields Event (C1OlapPanel)
    In This Topic
    Occurs after the OlapEngine finishes loading the fields for the current DataSource.
    Syntax
    'Declaration
     
    Public Event LoadedFields As System.EventHandler
    public event System.EventHandler LoadedFields
    See Also