C1.PivotEngine Assembly / C1.PivotEngine Namespace / C1PivotEngine Class / UpdateProgressChanged Event

UpdateProgressChanged Event (C1PivotEngine)
Fires when the update progress of the C1PivotEngine is changed.
Syntax
'Declaration
 
Public Event UpdateProgressChanged As EventHandler(Of ProgressChangedEventArgs)
 
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