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
- row
Type: [Admin Web service].DepartmentsDataSet.DepartmentsRow
The DepartmentsRow that is changed.
- action
Type: System.Data.DataRowAction
The action taken on the DepartmentsRow that raised the event.
See Also
Reference
DepartmentsDataSet.DepartmentsRowChangeEvent Class