NotificationHandler (Delegado)
Espacio de nombres: Microsoft.VisualStudio.Services.Client
Ensamblado: Microsoft.VisualStudio.Services.Client (en Microsoft.VisualStudio.Services.Client.dll)
Sintaxis
'Declaración
Public Delegate Sub NotificationHandler ( _
message As NotificationMessage _
)
public delegate void NotificationHandler(
NotificationMessage message
)