Freigeben über


NotificationManager.NotificationHandler-Delegat

Namespace:  Microsoft.TeamFoundation.Client
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)

Syntax

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

Parameter

Siehe auch

Referenz

Microsoft.TeamFoundation.Client-Namespace