| Visual Basic (Declaration) | |
|---|---|
Public Event AfterReadFactTable As TAfterReadFactTableEvent | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As TOLAPCube Dim handler As TAfterReadFactTableEvent AddHandler instance.AfterReadFactTable, handler | |
| C# | |
|---|---|
public event TAfterReadFactTableEvent AfterReadFactTable | |
| Managed Extensions for C++ | |
|---|---|
public: __event TAfterReadFactTableEvent* AfterReadFactTable | |
| C++/CLI | |
|---|---|
public: event TAfterReadFactTableEvent^ AfterReadFactTable | |
You can use this event to perform any final actions for your progress bar. The
event handler accepts a single parameter of TAfterReadFactTableArgs type. You can learn
the final amount of records read via ProcessedRecords property.
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family