Share via


ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoDataTable.OnRowChanging method

A pre-event handler for the ReminderSubscriptionInfoRowChanging event.

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

Syntax

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

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

Parameters

See also

Reference

ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoDataTable class

ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoDataTable members

WebSvcNotifications namespace