SecurityCategoriesDataSet.GroupRelationsRowChangeEventHandler Delegate
Describes event handler settings for when data associated with a SecurityCategoriesDataSet.GroupRelationsRow 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 GroupRelationsRowChangeEventHandler ( _
sender As Object, _
e As SecurityCategoriesDataSet.GroupRelationsRowChangeEvent _
)
'Usage
Dim instance As New GroupRelationsRowChangeEventHandler(AddressOf HandlerMethod)
public delegate void GroupRelationsRowChangeEventHandler(
Object sender,
SecurityCategoriesDataSet.GroupRelationsRowChangeEvent e
)
Parameters
- sender
Type: System.Object