SecurityCategoriesDataSet.GroupRelationsRowChangeEventHandler Delegate

Namespace:  WebSvcSecurity
Assembly:  ProjectServerWebServices (in ProjectServerWebServices.dll)

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

See Also

Reference

WebSvcSecurity Namespace