<
OLAP for WPF and Silverlight | ComponentOne
C1.Olap Namespace / C1OlapEngine Class / LoadedFields Event

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