CalendarDataSet.CalendarExceptionsRowChangeEvent Constructor
Initializes a new instance of the CalendarDataSet.CalendarExceptionsRowChangeEvent 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.CalendarExceptionsRow, _
action As DataRowAction _
)
'Usage
Dim row As CalendarDataSet.CalendarExceptionsRow
Dim action As DataRowAction
Dim instance As New CalendarDataSet.CalendarExceptionsRowChangeEvent(row, action)
public CalendarExceptionsRowChangeEvent(
CalendarDataSet.CalendarExceptionsRow row,
DataRowAction action
)
Parameters
- action
Type: System.Data.DataRowAction
See Also
Reference
CalendarDataSet.CalendarExceptionsRowChangeEvent Class