次の方法で共有


DepartmentsDataSet.DepartmentsRowChangeEvent Constructor

Initializes a new instance of the DepartmentsDataSet.DepartmentsRowChangeEvent object.

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

Syntax

'Declaration
Public Sub New ( _
    row As DepartmentsDataSet.DepartmentsRow, _
    action As DataRowAction _
)
'Usage
Dim row As DepartmentsDataSet.DepartmentsRow
Dim action As DataRowAction

Dim instance As New DepartmentsDataSet.DepartmentsRowChangeEvent(row, action)
public DepartmentsRowChangeEvent(
    DepartmentsDataSet.DepartmentsRow row,
    DataRowAction action
)

Parameters

See Also

Reference

DepartmentsDataSet.DepartmentsRowChangeEvent Class

DepartmentsDataSet.DepartmentsRowChangeEvent Members

Admin Web Service