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

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