SecurityProjectCategoriesDataSet.GroupPermissionsRowChangeEventHandler delegate

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

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

Syntax

'Declaration
Public Delegate Sub GroupPermissionsRowChangeEventHandler ( _
    sender As Object, _
    e As SecurityProjectCategoriesDataSet.GroupPermissionsRowChangeEvent _
)
'Usage
Dim instance As New GroupPermissionsRowChangeEventHandler(AddressOf HandlerMethod)
public delegate void GroupPermissionsRowChangeEventHandler(
    Object sender,
    SecurityProjectCategoriesDataSet.GroupPermissionsRowChangeEvent e
)

Parameters

See also

Reference

WebSvcSecurity namespace