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