| Visual Basic (Declaration) | |
|---|---|
Public Delegate Sub TOnReadFactTableEvent( _ ByVal Sender As Object, _ ByVal Args As TOnReadFactTableArgs _ ) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As New TOnReadFactTableEvent(AddressOf HandlerMethod) | |
| C# | |
|---|---|
public delegate void TOnReadFactTableEvent( object Sender, TOnReadFactTableArgs Args ) | |
| Managed Extensions for C++ | |
|---|---|
public: __gc __delegate void TOnReadFactTableEvent( Object* Sender, TOnReadFactTableArgs* Args ) | |
| C++/CLI | |
|---|---|
public delegate void TOnReadFactTableEvent( Object^ Sender, TOnReadFactTableArgs^ 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