ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoRowChangeEventHandler Delegate

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

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

WebSvcNotifications Namespace