Version

GetPivotAction Method

Returns the appropriate action performed on the IOlapViewModel
Syntax
'Declaration
 
Protected Function GetPivotAction( _
   ByVal eventArgs As System.Collections.Specialized.NotifyCollectionChangedEventArgs, _
   ByVal affectedArea As OlapViewModelProxy.PivotAreaNames _
) As RecordProxyBase.RecordAction
protected RecordProxyBase.RecordAction GetPivotAction( 
   System.Collections.Specialized.NotifyCollectionChangedEventArgs eventArgs,
   OlapViewModelProxy.PivotAreaNames affectedArea
)
protected: RecordProxyBase.RecordAction* GetPivotAction( 
   System.Collections.Specialized.NotifyCollectionChangedEventArgs* eventArgs,
   OlapViewModelProxy.PivotAreaNames affectedArea
) 

Parameters

eventArgs
Event args needed to determine the action
affectedArea
The pivot area that is affected by the action

Return Value

The appropriate action performed on the IOlapViewModel
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also