Делегат AlertSubscriptionInfoDataSet.AlertSubscriptionInfoRowChangeEventHandler
Представляет метод, обрабатывающий события, которые возникают при выполнении действия на строку данных.
Пространство имен: WebSvcNotifications
Сборка: ProjectServerServices (в ProjectServerServices.dll)
Синтаксис
'Декларация
Public Delegate Sub AlertSubscriptionInfoRowChangeEventHandler ( _
sender As Object, _
e As AlertSubscriptionInfoDataSet.AlertSubscriptionInfoRowChangeEvent _
)
'Применение
Dim instance As New AlertSubscriptionInfoRowChangeEventHandler(AddressOf HandlerMethod)
public delegate void AlertSubscriptionInfoRowChangeEventHandler(
Object sender,
AlertSubscriptionInfoDataSet.AlertSubscriptionInfoRowChangeEvent e
)
Параметры
- sender
Тип: System.Object