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




Sender
When the event is fired the Sender parameter is set to the TOLAPCube object.
e
The TCalculateFieldArgs object with the arguments to pass in the event handler.
The delegate for the TOLAPCube.OnCalculateField event.

Syntax

Visual Basic (Declaration) 
Public Delegate Sub TCalculateFieldEvent( _
   ByVal Sender As Object, _
   ByVal e As TCalculateFieldArgs _
) 
Visual Basic (Usage)Copy Code
Dim instance As New TCalculateFieldEvent(AddressOf HandlerMethod)
C# 
public delegate void TCalculateFieldEvent( 
   object Sender,
   TCalculateFieldArgs e
)
Managed Extensions for C++ 
public: __gc __delegate void TCalculateFieldEvent( 
   Object* Sender,
   TCalculateFieldArgs* e
)
C++/CLI 
public delegate void TCalculateFieldEvent( 
   Object^ Sender,
   TCalculateFieldArgs^ e
)

Parameters

Sender
When the event is fired the Sender parameter is set to the TOLAPCube object.
e
The TCalculateFieldArgs object with the arguments to pass in 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.