Compartilhar via


LookupTableMultiLangDataSet.LookupTableStructuresRowChangeEventHandler delegate

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

Namespace:  WebSvcLookupTable
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

Syntax

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

Parâmetros

Ver também

Referência

WebSvcLookupTable namespace