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

Syntax

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.

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.