DataEngine for .NET Standard | ComponentOne
C1.PivotEngine Assembly / C1.FlexPivot Namespace / C1FlexPivotEngine Class / UpdateProgressChanged Event

In This Topic
    UpdateProgressChanged Event (C1FlexPivotEngine)
    In This Topic
    Syntax
    'Declaration
     
    Public Event UpdateProgressChanged As EventHandler(Of ProgressChangedEventArgs)
    public event EventHandler<ProgressChangedEventArgs> UpdateProgressChanged
    Event Data

    The event handler receives an argument of type ProgressChangedEventArgs containing data related to this event. The following ProgressChangedEventArgs properties provide information specific to this event.

    PropertyDescription
     
     
    See Also