AlertSubscriptionInfoDataSet.AlertSubscriptionInfoRowChangeEventHandler Delegate

Represents the method that handles events which occur when an action is performed on the data row.

Namespace:  [Notifications Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Notifications.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Notifications.asmx?wsdl

Syntax

'Declaration
Public Delegate Sub AlertSubscriptionInfoRowChangeEventHandler ( _
    sender As Object, _
    e As AlertSubscriptionInfoDataSet.AlertSubscriptionInfoRowChangeEvent _
)
'Usage
Dim instance As New AlertSubscriptionInfoRowChangeEventHandler(AddressOf HandlerMethod)
public delegate void AlertSubscriptionInfoRowChangeEventHandler(
    Object sender,
    AlertSubscriptionInfoDataSet.AlertSubscriptionInfoRowChangeEvent e
)

Parameters

See Also

Reference

Notifications Web Service