SecurityCategoriesDataSet.GroupRelationsRowChangeEventHandler delegate

Describes event handler settings for when data associated with a SecurityCategoriesDataSet.GroupRelationsRow is edited and an event should be triggered.

Namespace:  WebSvcSecurity
Assembly:  ProjectServerServices (in ProjectServerServices.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