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

In This Topic
    Updated Event (C1OlapEngine)
    In This Topic
    Fires after the C1OlapEngine finishes the Olap analysis and the output OlapTable is ready, or the analysis operation is cancelled.
    Syntax
    'Declaration
     
    Public Event Updated As EventHandler
    public event EventHandler Updated
    See Also