LightSwitch HTML Edition
Updated Event






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 System.EventHandler
'Usage
 
Dim instance As C1OlapEngine
Dim handler As System.EventHandler
 
AddHandler instance.Updated, handler
public event System.EventHandler Updated
public event Updated: System.EventHandler; 
In JScript, you can handle the events defined by another class, but you cannot define your own.
public: __event System.EventHandler* Updated
public:
event System.EventHandler^ Updated
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

C1OlapEngine Class
C1OlapEngine Members

Send Feedback