Partager via


LookupTableMultiLangDataSet.LookupTableStructuresRowChangeEventHandler - Délégué

Représente la méthode qui gère les événements qui se produisent lorsqu'une action est effectuée sur la ligne de données.

Espace de noms :  WebSvcLookupTable
Assembly :  ProjectServerServices (dans ProjectServerServices.dll)

Syntaxe

'Déclaration
Public Delegate Sub LookupTableStructuresRowChangeEventHandler ( _
    sender As Object, _
    e As LookupTableMultiLangDataSet.LookupTableStructuresRowChangeEvent _
)
'Utilisation
Dim instance As New LookupTableStructuresRowChangeEventHandler(AddressOf HandlerMethod)
public delegate void LookupTableStructuresRowChangeEventHandler(
    Object sender,
    LookupTableMultiLangDataSet.LookupTableStructuresRowChangeEvent e
)

Paramètres

Voir aussi

Référence

WebSvcLookupTable - Espace de noms