FlexPivot for WPF | ComponentOne
C1.WPF.Pivot Assembly / C1.WPF.Pivot Namespace / FlexPivotPanel Class / Updating Event

In This Topic
    Updating Event (FlexPivotPanel)
    In This Topic
    Occurs before the C1PivotEngine starts updating the output FlexPivot table.
    Syntax
    'Declaration
     
    Public Event Updating As EventHandler
    public event EventHandler Updating
    See Also