Compartilhar via


ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoRowChangeEventHandler delegate

Representa o método que trata os eventos que ocorrem quando uma ação é executada na linha de dados.

Namespace:  WebSvcNotifications
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

Syntax

'Declaração
Public Delegate Sub ReminderSubscriptionInfoRowChangeEventHandler ( _
    sender As Object, _
    e As ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoRowChangeEvent _
)
'Uso
Dim instance As New ReminderSubscriptionInfoRowChangeEventHandler(AddressOf HandlerMethod)
public delegate void ReminderSubscriptionInfoRowChangeEventHandler(
    Object sender,
    ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoRowChangeEvent e
)

Parâmetros

Ver também

Referência

WebSvcNotifications namespace