NotificationManager.NotificationHandler - делегат
Пространство имен: Microsoft.TeamFoundation.Client
Сборка: Microsoft.TeamFoundation.Client (в Microsoft.TeamFoundation.Client.dll)
Синтаксис
'Декларация
Public Delegate Sub NotificationHandler ( _
notification As Notification, _
param1 As IntPtr, _
param2 As IntPtr _
)
public delegate void NotificationHandler(
Notification notification,
IntPtr param1,
IntPtr param2
)
Параметры
- notification
Тип: Microsoft.TeamFoundation.Client.Internal.Notification
- param1
Тип: System.IntPtr
- param2
Тип: System.IntPtr