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