ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoRowChangeEventHandler 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 ReminderSubscriptionInfoRowChangeEventHandler ( _
    sender As Object, _
    e As ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoRowChangeEvent _
)
'Usage
Dim instance As New ReminderSubscriptionInfoRowChangeEventHandler(AddressOf HandlerMethod)
public delegate void ReminderSubscriptionInfoRowChangeEventHandler(
    Object sender,
    ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoRowChangeEvent e
)

Parameters

See Also

Reference

Notifications Web Service