FlexPivot for WPF | ComponentOne
C1.PivotEngine Assembly / C1.PivotEngine Namespace / C1PivotEngine Class / LoadedFields Event

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