StatusingDataSet.LocalLookupTableFullValuesRowChangeEventHandler - Délégué
Décrit le Gestionnaire d'événements paramètres lorsque les données associées à une StatusingDataSet.LocalLookupTableFullValuesRow sont modifiées et un événement doivent être déclenchés.
Espace de noms : WebSvcStatusing
Assembly : ProjectServerServices (dans ProjectServerServices.dll)
Syntaxe
'Déclaration
Public Delegate Sub LocalLookupTableFullValuesRowChangeEventHandler ( _
sender As Object, _
e As StatusingDataSet.LocalLookupTableFullValuesRowChangeEvent _
)
'Utilisation
Dim instance As New LocalLookupTableFullValuesRowChangeEventHandler(AddressOf HandlerMethod)
public delegate void LocalLookupTableFullValuesRowChangeEventHandler(
Object sender,
StatusingDataSet.LocalLookupTableFullValuesRowChangeEvent e
)
Paramètres
- sender
Type : System.Object