SecurityGroupsDataSet.SecurityPrincipleCategoryRelationsRowChangeEventHandler Delegate

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

Parameters

See Also

Reference

Security Web Service