CalendarDataSet.CalendarExceptionsRowChangeEvent constructor
Inicializa uma nova instância do objeto CalendarDataSet.CalendarExceptionsRowChangeEvent .
Namespace: WebSvcCalendar
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaração
Public Sub New ( _
row As CalendarDataSet.CalendarExceptionsRow, _
action As DataRowAction _
)
'Uso
Dim row As CalendarDataSet.CalendarExceptionsRow
Dim action As DataRowAction
Dim instance As New CalendarDataSet.CalendarExceptionsRowChangeEvent(row, action)
public CalendarExceptionsRowChangeEvent(
CalendarDataSet.CalendarExceptionsRow row,
DataRowAction action
)
Parâmetros
- action
Type: System.Data.DataRowAction
Ver também
Referência
CalendarDataSet.CalendarExceptionsRowChangeEvent class