NotificationHandler Delegate
Namespace: Microsoft.VisualStudio.Services.Client
Assembly: Microsoft.VisualStudio.Services.Client (in Microsoft.VisualStudio.Services.Client.dll)
Syntax
'Declaration
Public Delegate Sub NotificationHandler ( _
message As NotificationMessage _
)
public delegate void NotificationHandler(
NotificationMessage message
)
public delegate void NotificationHandler(
NotificationMessage^ message
)
type NotificationHandler =
delegate of
message:NotificationMessage -> unit
JScript does not support delegates.