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

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