CubeFieldSettingDataSet.AssignmentDimensionRowChangeEventHandler Delegate

Represents the method that handles events which occur when an action is performed on CubeFieldSettingDataSet.AssignmentDimensionRow data.

Namespace:  [CubeAdmin Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/CubeAdmin.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/CubeAdmin.asmx?wsdl

Syntax

'Declaration
Public Delegate Sub AssignmentDimensionRowChangeEventHandler ( _
    sender As Object, _
    e As CubeFieldSettingDataSet.AssignmentDimensionRowChangeEvent _
)
'Usage
Dim instance As New AssignmentDimensionRowChangeEventHandler(AddressOf HandlerMethod)
public delegate void AssignmentDimensionRowChangeEventHandler(
    Object sender,
    CubeFieldSettingDataSet.AssignmentDimensionRowChangeEvent e
)

Parameters

See Also

Reference

CubeAdmin Web Service