<
OLAP for WPF and Silverlight | ComponentOne
C1.Olap Namespace / C1OlapEngine Class / UpdateProgressChanged Event

In This Topic
    UpdateProgressChanged Event
    In This Topic
    Fires when the update progress of the C1OlapEngine 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