NotificationManager.NotificationHandler Delegate

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
)
public delegate void NotificationHandler(
    Notification notification, 
    IntPtr param1, 
    IntPtr param2
)
type NotificationHandler = 
    delegate of  
        notification:Notification * 
        param1:IntPtr * 
        param2:IntPtr -> unit
JScript does not support delegates.

Parameters

  • notification
    Type: Notification

See Also

Reference

Microsoft.TeamFoundation.Client Namespace