Compartir a través de


Delegado EventsDataSet.EventRowChangeEventHandler

Representa el método que controla los eventos que se producen cuando se realiza una acción de datos de EventsDataSet.EventRow .

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

Sintaxis

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

Parámetros

Vea también

Referencia

Espacio de nombres WebSvcEvents