Delegado NotificationHandler
Namespace: Microsoft.VisualStudio.Services.Client
Assembly: Microsoft.VisualStudio.Services.Client (em Microsoft.VisualStudio.Services.Client.dll)
Sintaxe
'Declaração
Public Delegate Sub NotificationHandler ( _
message As NotificationMessage _
)
public delegate void NotificationHandler(
NotificationMessage message
)