ClientServiceHost.RequestExecuted - Événement
Espace de noms : Microsoft.SharePoint.Client
Assembly : Microsoft.SharePoint.Client.ServerRuntime (dans Microsoft.SharePoint.Client.ServerRuntime.dll)
Syntaxe
'Déclaration
Public Event RequestExecuted As EventHandler(Of ClientServiceEventArgs)
'Utilisation
Dim instance As ClientServiceHost
Dim handler As EventHandler(Of ClientServiceEventArgs)
AddHandler instance.RequestExecuted, handler
public event EventHandler<ClientServiceEventArgs> RequestExecuted