RadarSoft.RadarCube.Web.MSAS Send comments on this topic.
TAfterReadFactTableEvent Delegate
See Also 
RadarSoft.RadarCube.Web Namespace : TAfterReadFactTableEvent Delegate




Sender
Defines the TOLAPCube object that fires the event.
Args
Defines the arguments to pass to the event handler.
Defines the delegate for TOLAPCube.AfterReadFactTable event handler.

Syntax

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.

Requirements

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

See Also

© 2010 Radar-Soft, L.L.C. All Rights Reserved.