Compartilhar via


ProjectWSSInfoDataSet.ProjWssInfoRowChangeEventHandler representante

Representa o método que trata os eventos que ocorrem quando uma ação é executada na linha de dados.

Namespace:  WebSvcWssInterop
Assembly:  ProjectServerServices (em ProjectServerServices.dll)

Sintaxe

'Declaração
Public Delegate Sub ProjWssInfoRowChangeEventHandler ( _
    sender As Object, _
    e As ProjectWSSInfoDataSet.ProjWssInfoRowChangeEvent _
)
'Uso
Dim instance As New ProjWssInfoRowChangeEventHandler(AddressOf HandlerMethod)
public delegate void ProjWssInfoRowChangeEventHandler(
    Object sender,
    ProjectWSSInfoDataSet.ProjWssInfoRowChangeEvent e
)

Parâmetros

Ver também

Referência

WebSvcWssInterop namespace