<
OLAP for WPF and Silverlight | ComponentOne
C1.WPF.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 EventHandler
    public event EventHandler LoadedFields
    See Also