NotificationHandler 委托
命名空间: Microsoft.VisualStudio.Services.Client
程序集: Microsoft.VisualStudio.Services.Client(在 Microsoft.VisualStudio.Services.Client.dll 中)
语法
声明
Public Delegate Sub NotificationHandler ( _
message As NotificationMessage _
)
public delegate void NotificationHandler(
NotificationMessage message
)