Delegado ProjectDataSet.AssignmentRowChangeEventHandler
Describe el controlador de eventos debe activarse la configuración cuando se modifiquen los datos asociados con un ProjectDataSet.AssignmentRow y un evento.
Espacio de nombres: WebSvcStatusing
Ensamblado: ProjectServerServices (en ProjectServerServices.dll)
Sintaxis
'Declaración
Public Delegate Sub AssignmentRowChangeEventHandler ( _
sender As Object, _
e As ProjectDataSet.AssignmentRowChangeEvent _
)
'Uso
Dim instance As New AssignmentRowChangeEventHandler(AddressOf HandlerMethod)
public delegate void AssignmentRowChangeEventHandler(
Object sender,
ProjectDataSet.AssignmentRowChangeEvent e
)
Parámetros
- sender
Tipo: System.Object