ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoRowChangeEventHandler delegate
Represents the method that handles events which occur when an action is performed on the data row.
Namespace: WebSvcNotifications
Assembly: ProjectServerServices (in ProjectServerServices.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
- sender
Type: System.Object