Compartilhar via


EventsDataSet.EventRowChangeEvent constructor

Inicializa uma nova instância do objeto EventsDataSet.EventRowChangeEvent .

Namespace:  WebSvcEvents
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

Syntax

'Declaração
Public Sub New ( _
    row As EventsDataSet.EventRow, _
    action As DataRowAction _
)
'Uso
Dim row As EventsDataSet.EventRow
Dim action As DataRowAction

Dim instance As New EventsDataSet.EventRowChangeEvent(row, action)
public EventRowChangeEvent(
    EventsDataSet.EventRow row,
    DataRowAction action
)

Parâmetros

Ver também

Referência

EventsDataSet.EventRowChangeEvent class

EventsDataSet.EventRowChangeEvent members

WebSvcEvents namespace