Compartilhar via


AlertSubscriptionInfoDataSet.AlertSubscriptionInfoRowChangeEventHandler 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 AlertSubscriptionInfoRowChangeEventHandler ( _
    sender As Object, _
    e As AlertSubscriptionInfoDataSet.AlertSubscriptionInfoRowChangeEvent _
)
'Uso
Dim instance As New AlertSubscriptionInfoRowChangeEventHandler(AddressOf HandlerMethod)
public delegate void AlertSubscriptionInfoRowChangeEventHandler(
    Object sender,
    AlertSubscriptionInfoDataSet.AlertSubscriptionInfoRowChangeEvent e
)

Parâmetros

Ver também

Referência

WebSvcNotifications namespace