NotificationHandler, délégué
Espace de noms : Microsoft.VisualStudio.Services.Client
Assembly : Microsoft.VisualStudio.Services.Client (dans Microsoft.VisualStudio.Services.Client.dll)
Syntaxe
'Déclaration
Public Delegate Sub NotificationHandler ( _
message As NotificationMessage _
)
public delegate void NotificationHandler(
NotificationMessage message
)