Share via


EventsDataSet.EventRowChangeEvent constructor

Initializes a new instance of the EventsDataSet.EventRowChangeEvent object.

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

Syntax

'Declaration
Public Sub New ( _
    row As EventsDataSet.EventRow, _
    action As DataRowAction _
)
'Usage
Dim row As EventsDataSet.EventRow
Dim action As DataRowAction

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

Parameters

See also

Reference

EventsDataSet.EventRowChangeEvent class

EventsDataSet.EventRowChangeEvent members

WebSvcEvents namespace