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

In This Topic
    UpdateProgressChanged Event (C1PivotEngine)
    In This Topic
    Fires when the update progress of the C1PivotEngine is changed.
    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