TimeSheetSettingsDataSet.TimeSheetSettingsRowChangeEvent Constructor
Initializes a new instance of the TimeSheetSettingsDataSet.TimeSheetSettingsRowChangeEvent object.
Namespace: [Admin Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Admin.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Admin.asmx?wsdl
Syntax
'Declaration
Public Sub New ( _
row As TimeSheetSettingsDataSet.TimeSheetSettingsRow, _
action As DataRowAction _
)
'Usage
Dim row As TimeSheetSettingsDataSet.TimeSheetSettingsRow
Dim action As DataRowAction
Dim instance As New TimeSheetSettingsDataSet.TimeSheetSettingsRowChangeEvent(row, action)
public TimeSheetSettingsRowChangeEvent(
TimeSheetSettingsDataSet.TimeSheetSettingsRow row,
DataRowAction action
)
Parameters
- row
Type: [Admin Web service].TimeSheetSettingsDataSet.TimeSheetSettingsRow
The row that contains changed data.
- action
Type: System.Data.DataRowAction
An enumeration constant that represents the action that raised the event.
See Also
Reference
TimeSheetSettingsDataSet.TimeSheetSettingsRowChangeEvent Class
TimeSheetSettingsDataSet.TimeSheetSettingsRowChangeEvent Members