Compartir a través de


Delegado DriverPrioritizationDataSet.PrioritizationRowChangeEventHandler

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

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

Sintaxis

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

Parámetros

Vea también

Referencia

Espacio de nombres WebSvcDriver