TimesheetListDataSet.TimesheetsRowChangeEvent construtor
Inicializa uma nova instância do objeto TimesheetListDataSet.TimesheetsRowChangeEvent .
Namespace: WebSvcTimeSheet
Assembly: ProjectServerServices (em ProjectServerServices.dll)
Sintaxe
'Declaração
Public Sub New ( _
row As TimesheetListDataSet.TimesheetsRow, _
action As DataRowAction _
)
'Uso
Dim row As TimesheetListDataSet.TimesheetsRow
Dim action As DataRowAction
Dim instance As New TimesheetListDataSet.TimesheetsRowChangeEvent(row, action)
public TimesheetsRowChangeEvent(
TimesheetListDataSet.TimesheetsRow row,
DataRowAction action
)
Parâmetros
- action
Tipo: System.Data.DataRowAction
Ver também
Referência
TimesheetListDataSet.TimesheetsRowChangeEvent classe