NotificationManager.NotificationHandler, délégué
Espace de noms : Microsoft.TeamFoundation.Client
Assembly : Microsoft.TeamFoundation.Client (dans Microsoft.TeamFoundation.Client.dll)
Syntaxe
'Déclaration
Public Delegate Sub NotificationHandler ( _
notification As Notification, _
param1 As IntPtr, _
param2 As IntPtr _
)
public delegate void NotificationHandler(
Notification notification,
IntPtr param1,
IntPtr param2
)
Paramètres
- notification
Type : Notification
- param1
Type : System.IntPtr
- param2
Type : System.IntPtr