SecurityGroupsDataSet.SecurityPrincipleCategoryRelationsRowChangeEventHandler delegate
Describes event handler settings for when data associated with a SecurityGroupsDataSet.SecurityPrincipleCategoryRelationsRow is edited and an event should be triggered.
Namespace: WebSvcSecurity
Assembly: ProjectServerServices (in ProjectServerServices.dll)
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
- sender
Type: System.Object