SecurityGroupsDataSet.SecurityGroupsRowChangeEventHandler Delegate

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

Parameters

See Also

Reference

Security Web Service