Partager via


TimesheetAuditExportDataSet.AuditExportsRowChangeEventHandler - Délégué

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

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

Syntaxe

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

Paramètres

Voir aussi

Référence

WebSvcAdmin - Espace de noms