Share via


SecurityProjectCategoriesDataSet.GroupPermissionsRowChangeEventHandler Delegate

Describes event handler settings for when data associated with a SecurityProjectCategoriesDataSet.GroupPermissionsRow 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 GroupPermissionsRowChangeEventHandler ( _
    sender As Object, _
    e As SecurityProjectCategoriesDataSet.GroupPermissionsRowChangeEvent _
)
'Usage
Dim instance As New GroupPermissionsRowChangeEventHandler(AddressOf HandlerMethod)
public delegate void GroupPermissionsRowChangeEventHandler(
    Object sender,
    SecurityProjectCategoriesDataSet.GroupPermissionsRowChangeEvent e
)

Parameters

See Also

Reference

Security Web Service