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 ScheduleDataSet.ScheduleRowChangeEvent object.
Namespace: WebSvcStatusing
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Sub New ( _
row As ScheduleDataSet.ScheduleRow, _
action As DataRowAction _
)
'Usage
Dim row As ScheduleDataSet.ScheduleRow
Dim action As DataRowAction
Dim instance As New ScheduleDataSet.ScheduleRowChangeEvent(row, action)
public ScheduleRowChangeEvent(
ScheduleDataSet.ScheduleRow row,
DataRowAction action
)
Parameters
- action
Type: System.Data.DataRowAction
See also
Reference
ScheduleDataSet.ScheduleRowChangeEvent class