Share via


ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoDataTable.ReminderSubscriptionInfoRowDeleting event

The pre-event that occurs before a row is deleted.

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

Syntax

'Declaration
Public Event ReminderSubscriptionInfoRowDeleting As ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoRowChangeEventHandler
'Usage
Dim instance As ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoDataTable
Dim handler As ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoRowChangeEventHandler

AddHandler instance.ReminderSubscriptionInfoRowDeleting, handler
public event ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoRowChangeEventHandler ReminderSubscriptionInfoRowDeleting

See also

Reference

ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoDataTable class

ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoDataTable members

WebSvcNotifications namespace