CalendarDataSet.CalendarExceptionsRowChangeEvent constructor
Initializes a new instance of the CalendarDataSet.CalendarExceptionsRowChangeEvent object.
Namespace: WebSvcCalendar
Assembly: ProjectServerServices (in ProjectServerServices.dll)
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