ResourceDataSet.CalendarExceptionsRowChangeEvent constructor
Initializes a new instance of the ResourceDataSet.CalendarExceptionsRowChangeEvent object.
Namespace: WebSvcTimeSheet
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
- action
Type: System.Data.DataRowAction
See also
Reference
ResourceDataSet.CalendarExceptionsRowChangeEvent class