Share via


NotificationManager.NotificationHandler (Delegado)

Espacio de nombres:  Microsoft.TeamFoundation.Client
Ensamblado:  Microsoft.TeamFoundation.Client (en Microsoft.TeamFoundation.Client.dll)

Sintaxis

'Declaración
Public Delegate Sub NotificationHandler ( _
    notification As Notification, _
    param1 As IntPtr, _
    param2 As IntPtr _
)
public delegate void NotificationHandler(
    Notification notification,
    IntPtr param1,
    IntPtr param2
)

Parámetros

  • notification
    Tipo: Notification

Vea también

Referencia

Microsoft.TeamFoundation.Client (Espacio de nombres)