Compartilhar via


SecurityProjectCategoriesDataSet.UserRelationsRowChangeEventHandler representante

Descreve as configurações para quando os dados associados a um SecurityProjectCategoriesDataSet.UserRelationsRow 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 UserRelationsRowChangeEventHandler ( _
    sender As Object, _
    e As SecurityProjectCategoriesDataSet.UserRelationsRowChangeEvent _
)
'Uso
Dim instance As New UserRelationsRowChangeEventHandler(AddressOf HandlerMethod)
public delegate void UserRelationsRowChangeEventHandler(
    Object sender,
    SecurityProjectCategoriesDataSet.UserRelationsRowChangeEvent e
)

Parâmetros

Ver também

Referência

WebSvcSecurity namespace