Share via


ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoDataTable.OnRowDeleting method

A pre-event handler for the ReminderSubscriptionInfoRowDeleting event.

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

Syntax

'Declaration
Protected Overrides Sub OnRowDeleting ( _
    e As DataRowChangeEventArgs _
)
'Usage
Dim e As DataRowChangeEventArgs

Me.OnRowDeleting(e)
protected override void OnRowDeleting(
    DataRowChangeEventArgs e
)

Parameters

See also

Reference

ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoDataTable class

ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoDataTable members

WebSvcNotifications namespace