Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Initializes a new instance of the UnsubmittedTimesheetDataSet.TimePeriodsRowChangeEvent object.
Namespace: WebSvcAdmin
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Sub New ( _
row As UnsubmittedTimesheetDataSet.TimePeriodsRow, _
action As DataRowAction _
)
'Usage
Dim row As UnsubmittedTimesheetDataSet.TimePeriodsRow
Dim action As DataRowAction
Dim instance As New UnsubmittedTimesheetDataSet.TimePeriodsRowChangeEvent(row, action)
public TimePeriodsRowChangeEvent(
UnsubmittedTimesheetDataSet.TimePeriodsRow row,
DataRowAction action
)
Parameters
row
Type: WebSvcAdmin.UnsubmittedTimesheetDataSet.TimePeriodsRowThe row that contains changed data.
action
Type: System.Data.DataRowActionAn enumeration constant that represents the action that raised the event.
See also
Reference
UnsubmittedTimesheetDataSet.TimePeriodsRowChangeEvent class
UnsubmittedTimesheetDataSet.TimePeriodsRowChangeEvent members