<
OLAP for WPF and Silverlight | ComponentOne
C1.Silverlight.Olap Namespace / C1OlapPanel Class / OnLoadedFields Method
System.EventArgs that contains the event data.

In This Topic
    OnLoadedFields Method (C1OlapPanel)
    In This Topic
    Raises the LoadedFields event.
    Syntax
    'Declaration
     
    Protected Overridable Sub OnLoadedFields( _
       ByVal e As EventArgs _
    ) 
    protected virtual void OnLoadedFields( 
       EventArgs e
    )

    Parameters

    e
    System.EventArgs that contains the event data.
    See Also