ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoRowChangeEvent Constructor
Initializes a new instance of the ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoRowChangeEvent object.
Namespace: [Notifications Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Notifications.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Notifications.asmx?wsdl
Syntax
'Declaration
Public Sub New ( _
row As ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoRow, _
action As DataRowAction _
)
'Usage
Dim row As ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoRow
Dim action As DataRowAction
Dim instance As New ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoRowChangeEvent(row, action)
public ReminderSubscriptionInfoRowChangeEvent(
ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoRow row,
DataRowAction action
)
Parameters
- action
Type: System.Data.DataRowAction
See Also
Reference
ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoRowChangeEvent Class
ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoRowChangeEvent Members