Compartir a través de


Delegado ProjectContextDataSet.RelationshipsRowChangeEventHandler

Describe el controlador de eventos debe activarse la configuración cuando se modifiquen los datos asociados con un ProjectContextDataSet.RelationshipsRow y un evento.

Espacio de nombres:  WebSvcProject
Ensamblado:  ProjectServerServices (en ProjectServerServices.dll)

Sintaxis

'Declaración
Public Delegate Sub RelationshipsRowChangeEventHandler ( _
    sender As Object, _
    e As ProjectContextDataSet.RelationshipsRowChangeEvent _
)
'Uso
Dim instance As New RelationshipsRowChangeEventHandler(AddressOf HandlerMethod)
public delegate void RelationshipsRowChangeEventHandler(
    Object sender,
    ProjectContextDataSet.RelationshipsRowChangeEvent e
)

Parámetros

Vea también

Referencia

Espacio de nombres WebSvcProject