Freigeben über


NotificationHandler-Delegat

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
)

Parameter

Siehe auch

Referenz

Microsoft.VisualStudio.Services.Client-Namespace