SecurityProjectCategoriesDataSet.GroupRelationsRowChangeEvent Constructor
Initializes a new instance of the SecurityProjectCategoriesDataSet.GroupRelationsRowChangeEvent object.
Namespace: [Security Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Security.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Security.asmx?wsdl
Syntax
'Declaration
Public Sub New ( _
row As SecurityProjectCategoriesDataSet.GroupRelationsRow, _
action As DataRowAction _
)
'Usage
Dim row As SecurityProjectCategoriesDataSet.GroupRelationsRow
Dim action As DataRowAction
Dim instance As New SecurityProjectCategoriesDataSet.GroupRelationsRowChangeEvent(row, action)
public GroupRelationsRowChangeEvent(
SecurityProjectCategoriesDataSet.GroupRelationsRow row,
DataRowAction action
)
Parameters
- action
Type: System.Data.DataRowAction
See Also
Reference
SecurityProjectCategoriesDataSet.GroupRelationsRowChangeEvent Class
SecurityProjectCategoriesDataSet.GroupRelationsRowChangeEvent Members