SecurityProjectCategoriesDataSet.UserPermissionsRowChangeEventHandler Delegate
Describes event handler settings for when data associated with a SecurityProjectCategoriesDataSet.UserPermissionsRow is edited and an event should be triggered.
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 Delegate Sub UserPermissionsRowChangeEventHandler ( _
sender As Object, _
e As SecurityProjectCategoriesDataSet.UserPermissionsRowChangeEvent _
)
'Usage
Dim instance As New UserPermissionsRowChangeEventHandler(AddressOf HandlerMethod)
public delegate void UserPermissionsRowChangeEventHandler(
Object sender,
SecurityProjectCategoriesDataSet.UserPermissionsRowChangeEvent e
)
Parameters
- sender
Type: System.Object