Share via


SecurityProjectCategoriesDataSet.UserRelationsRowChangeEvent Constructor

Initializes a new instance of the SecurityProjectCategoriesDataSet.UserRelationsRowChangeEvent 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.UserRelationsRow, _
    action As DataRowAction _
)
'Usage
Dim row As SecurityProjectCategoriesDataSet.UserRelationsRow
Dim action As DataRowAction

Dim instance As New SecurityProjectCategoriesDataSet.UserRelationsRowChangeEvent(row, action)
public UserRelationsRowChangeEvent(
    SecurityProjectCategoriesDataSet.UserRelationsRow row,
    DataRowAction action
)

Parameters

See Also

Reference

SecurityProjectCategoriesDataSet.UserRelationsRowChangeEvent Class

SecurityProjectCategoriesDataSet.UserRelationsRowChangeEvent Members

Security Web Service