SecurityGroupsDataSet.SecurityPrincipleCategoryRelationsRowChangeEventHandler representante
Descreve as configurações para quando os dados associados a um SecurityGroupsDataSet.SecurityPrincipleCategoryRelationsRow são editados e um evento devem ser disparadas de manipulador de eventos.
Namespace: WebSvcSecurity
Assembly: ProjectServerServices (em ProjectServerServices.dll)
Sintaxe
'Declaração
Public Delegate Sub SecurityPrincipleCategoryRelationsRowChangeEventHandler ( _
sender As Object, _
e As SecurityGroupsDataSet.SecurityPrincipleCategoryRelationsRowChangeEvent _
)
'Uso
Dim instance As New SecurityPrincipleCategoryRelationsRowChangeEventHandler(AddressOf HandlerMethod)
public delegate void SecurityPrincipleCategoryRelationsRowChangeEventHandler(
Object sender,
SecurityGroupsDataSet.SecurityPrincipleCategoryRelationsRowChangeEvent e
)
Parâmetros
- sender
Tipo: System.Object