RadarSoft.RadarCube.Web.MSAS Send comments on this topic.
TBeforeReadFactTableEvent Delegate
See Also 
RadarSoft.RadarCube.Web Namespace : TBeforeReadFactTableEvent 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.BeforeReadFactTable event handler.

Syntax

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