Share via


ResourceDataSet.CalendarExceptionsRowChangeEvent constructor

Initializes a new instance of the ResourceDataSet.CalendarExceptionsRowChangeEvent object.

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

Syntax

'Declaration
Public Sub New ( _
    row As ResourceDataSet.CalendarExceptionsRow, _
    action As DataRowAction _
)
'Usage
Dim row As ResourceDataSet.CalendarExceptionsRow
Dim action As DataRowAction

Dim instance As New ResourceDataSet.CalendarExceptionsRowChangeEvent(row, action)
public CalendarExceptionsRowChangeEvent(
    ResourceDataSet.CalendarExceptionsRow row,
    DataRowAction action
)

Parameters

See also

Reference

ResourceDataSet.CalendarExceptionsRowChangeEvent class

ResourceDataSet.CalendarExceptionsRowChangeEvent members

WebSvcWorkflow namespace