CalendarDataSet.CalendarExceptionsRowChangeEvent-Konstruktor
Initialisiert eine neue Instanz des CalendarDataSet.CalendarExceptionsRowChangeEvent -Objekts.
Namespace: WebSvcCalendar
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Sub New ( _
row As CalendarDataSet.CalendarExceptionsRow, _
action As DataRowAction _
)
'Usage
Dim row As CalendarDataSet.CalendarExceptionsRow
Dim action As DataRowAction
Dim instance As New CalendarDataSet.CalendarExceptionsRowChangeEvent(row, action)
public CalendarExceptionsRowChangeEvent(
CalendarDataSet.CalendarExceptionsRow row,
DataRowAction action
)
Parameter
- action
Typ: System.Data.DataRowAction
Siehe auch
Referenz
CalendarDataSet.CalendarExceptionsRowChangeEvent Klasse