| Visual Basic (Declaration) | |
|---|---|
Public Delegate Sub TAfterReadFactTableEvent( _ ByVal Sender As Object, _ ByVal Args As TAfterReadFactTableArgs _ ) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As New TAfterReadFactTableEvent(AddressOf HandlerMethod) | |
| C# | |
|---|---|
public delegate void TAfterReadFactTableEvent( object Sender, TAfterReadFactTableArgs Args ) | |
| Managed Extensions for C++ | |
|---|---|
public: __gc __delegate void TAfterReadFactTableEvent( Object* Sender, TAfterReadFactTableArgs* Args ) | |
| C++/CLI | |
|---|---|
public delegate void TAfterReadFactTableEvent( Object^ Sender, TAfterReadFactTableArgs^ Args ) | |
Parameters
- Sender
- Defines the TOLAPCube object that fires the event.
- Args
- Defines the arguments to pass to the event handler.
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