ProjectDataSet.DependencyRowChangeEventHandler - Délégué
Décrit le Gestionnaire d'événements paramètres lorsque les données associées à une ProjectDataSet.DependencyRow 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 DependencyRowChangeEventHandler ( _
sender As Object, _
e As ProjectDataSet.DependencyRowChangeEvent _
)
'Utilisation
Dim instance As New DependencyRowChangeEventHandler(AddressOf HandlerMethod)
public delegate void DependencyRowChangeEventHandler(
Object sender,
ProjectDataSet.DependencyRowChangeEvent e
)
Paramètres
- sender
Type : System.Object